aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-05-04 12:05:38 +0200
committerMax Kostikov <max@kostikov.co>2019-05-04 12:05:38 +0200
commit32c0be8bde0f59f23231b0094163a1c4295d4fc8 (patch)
treea96f0b58beaf01763d1455ed967dfb19ef2d5735
parent66b370c421cd5b1c6e17da4f14b0f7ea3275b335 (diff)
parent88d283a89d581222b9684f896f922aac55ab8a4d (diff)
downloadvolse-hubzilla-32c0be8bde0f59f23231b0094163a1c4295d4fc8.tar.gz
volse-hubzilla-32c0be8bde0f59f23231b0094163a1c4295d4fc8.tar.bz2
volse-hubzilla-32c0be8bde0f59f23231b0094163a1c4295d4fc8.zip
Merge branch 'dev' into 'dev'
found another case where channel_r_photos could get referenced See merge request hubzilla/core!1631
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 983b73072..b99eeb1ec 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -3650,7 +3650,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) {
'channel_r_storage', 'channel_r_pages', 'channel_w_stream', 'channel_w_wall',
'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', 'channel_moved'
+ 'channel_a_delegate', 'channel_moved', 'channel_r_photos', 'channel_w_photos'
];
$clean = array();