missing channel in clone sync

This commit is contained in:
Mike Macgirvin 2024-08-21 06:35:24 +10:00
parent 63716ff5d1
commit afe23fbbc7

View file

@ -4789,6 +4789,8 @@ function list_attached_local_files($body) {
function fix_attached_permissions($uid,$body,$str_contact_allow,$str_group_allow,$str_contact_deny,$str_group_deny,$token = EMPTY_STR) {
$channel = Channel::from_id($uid);
$files = list_attached_local_files($body);
if (! $files) {
return;