diff options
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..81c5c5d62 100644 --- a/include/chat.php +++ b/include/chat.php @@ -91,6 +91,8 @@ function chatroom_destroy($channel,$arr) { return $ret; } + build_sync_packet($channel['channel_id'],array('chatroom' => $r)); + q("delete from chatroom where cr_id = %d", intval($r[0]['cr_id']) ); |