send rejoins to the console pt2

pull/34/head
Zlatin Balevsky 2019-11-14 03:59:01 +00:00
parent 4d70c7adce
commit 3de058a078
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class ChatRoomController {
UUID uuid = UUID.randomUUID()
long now = System.currentTimeMillis()
String join = "/JOIN $model.room"
byte [] sig = ChatConnection.sign(uuid, now, model.room, join, model.core.me, model.host, model.core.spk)
byte [] sig = ChatConnection.sign(uuid, now, ChatServer.CONSOLE, join, model.core.me, model.host, model.core.spk)
def event = new ChatMessageEvent(
uuid : uuid,
payload : join,