diff options
author | zottel <github@zottel.net> | 2015-09-04 12:24:52 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-04 12:24:52 +0200 |
commit | 938ef930d4b7353cc4e3c1f9dac015e91b96667b (patch) | |
tree | c36e6797853b230ee6311bc8295bce56b13dbcbb /include/chat.php | |
parent | 015c7243b9b688acda9c1defce9055fe2c3c2e61 (diff) | |
parent | b1888afa108fb09d0ebe3d50cc70ee9024ea76f1 (diff) | |
download | volse-hubzilla-938ef930d4b7353cc4e3c1f9dac015e91b96667b.tar.gz volse-hubzilla-938ef930d4b7353cc4e3c1f9dac015e91b96667b.tar.bz2 volse-hubzilla-938ef930d4b7353cc4e3c1f9dac015e91b96667b.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/chat.php')
-rw-r--r-- | include/chat.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chat.php b/include/chat.php index 05bb02bb9..a0646265a 100644 --- a/include/chat.php +++ b/include/chat.php @@ -91,6 +91,8 @@ function chatroom_destroy($channel,$arr) { return $ret; } + create_sync_packet($channel['channel_id'],array('chatroom' => $r)); + q("delete from chatroom where cr_id = %d", intval($r[0]['cr_id']) ); |