From 20bf139b3f4d74a6b21328a24c8f8fe5dad01102 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 3 May 2019 15:27:26 -0700 Subject: strip obsolete channel_(rw)_photos from channel sync packets --- include/import.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/import.php b/include/import.php index 434a53f10..d0ec5918e 100644 --- a/include/import.php +++ b/include/import.php @@ -94,7 +94,8 @@ function import_channel($channel, $account_id, $seize, $newname = '') { 'channel_w_comment', 'channel_w_mail', 'channel_w_like', 'channel_w_tagwall', 'channel_w_chat', 'channel_w_storage', 'channel_w_pages', 'channel_a_republish', 'channel_a_delegate', 'perm_limits', 'channel_password', 'channel_salt', - 'channel_moved', 'channel_removed', 'channel_deleted', 'channel_system' + 'channel_moved', 'channel_removed', 'channel_deleted', 'channel_system', + 'channel_r_photos', 'channel_w_photos' ]; $clean = array(); -- cgit v1.2.3