From be0dc70a5b1d03c685e31fdfb92b3138374bc067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 2 Mar 2014 17:11:53 +0100 Subject: [PATCH] Fix comment in RoomAction --- file/lib/data/room/RoomAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/data/room/RoomAction.class.php b/file/lib/data/room/RoomAction.class.php index 27a0ed1..ad823b5 100644 --- a/file/lib/data/room/RoomAction.class.php +++ b/file/lib/data/room/RoomAction.class.php @@ -245,7 +245,7 @@ public function join() { if ($result > 0x7FFFFFFF) $result -= 0x80000000; \wcf\system\user\activity\point\UserActivityPointHandler::getInstance()->fireEvent('be.bastelstu.chat.activityPointEvent.join', $result, WCF::getUser()->userID); - // break if not using ajax + // send push message about join \wcf\system\nodePush\NodePushHandler::getInstance()->sendMessage('be.bastelstu.chat.join'); $messages = array();