From 3e14606226dc8cc3ea8ad769f544c19264dcf9ac Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 21 Mar 2016 12:57:23 -0400 Subject: [PATCH] added roomId to match the other hook --- public/src/modules/chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/src/modules/chat.js b/public/src/modules/chat.js index ea8fca978a..e860a0ff20 100644 --- a/public/src/modules/chat.js +++ b/public/src/modules/chat.js @@ -50,7 +50,8 @@ define('chat', ['components', 'taskbar', 'string', 'sounds', 'forum/chats', 'tra taskbar.push('chat', modal.attr('UUID'), { title: username, - touid: data.message.fromUser.uid + touid: data.message.fromUser.uid, + roomId: data.roomId }); } } else {