mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix comment in RoomAction
This commit is contained in:
parent
81cabf3dd8
commit
be0dc70a5b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user