diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-03 18:44:40 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-03 18:44:40 -0700 |
commit | d79e81a0697617b5552917c2fe169b30433c54f6 (patch) | |
tree | 77fb93e47bd18d8fab477aa5f5abe3ee79a3a452 /include/zot.php | |
parent | d93e1c84acd07188e8cba06249b11840d562d011 (diff) | |
download | volse-hubzilla-d79e81a0697617b5552917c2fe169b30433c54f6.tar.gz volse-hubzilla-d79e81a0697617b5552917c2fe169b30433c54f6.tar.bz2 volse-hubzilla-d79e81a0697617b5552917c2fe169b30433c54f6.zip |
import and sync chatrooms
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index fecaa7ad2..9610df894 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2881,6 +2881,9 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { if(array_key_exists('app',$arr) && $arr['app']) sync_apps($channel,$arr['app']); + if(array_key_exists('chatroom',$arr) && $arr['chatroom']) + sync_apps($channel,$arr['chatroom']); + if(array_key_exists('channel',$arr) && is_array($arr['channel']) && count($arr['channel'])) { if(array_key_exists('channel_page_flags',$arr['channel']) && intval($arr['channel']['channel_pageflags'])) { $arr['channel']['channel_removed'] = (($arr['channel']['channel_pageflags'] & 0x8000) ? 1 : 0); |