sync file permission changes

This commit is contained in:
Mike Macgirvin 2024-08-20 16:45:51 +10:00
parent 4894de3c1c
commit 065f712a8b

View file

@ -4874,6 +4874,11 @@ function fix_attached_permissions($uid,$body,$str_contact_allow,$str_group_allow
intval($uid) intval($uid)
); );
} }
$sync = attach_export_data($channel, $file);
if ($sync) {
Libsync::build_sync_packet($channel['channel_id'], ['file' => [$sync]]);
}
} }
} }