mirror of https://github.com/zlatinb/muwire
send rejoins to the console pt2
parent
4d70c7adce
commit
3de058a078
|
@ -244,7 +244,7 @@ class ChatRoomController {
|
||||||
UUID uuid = UUID.randomUUID()
|
UUID uuid = UUID.randomUUID()
|
||||||
long now = System.currentTimeMillis()
|
long now = System.currentTimeMillis()
|
||||||
String join = "/JOIN $model.room"
|
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(
|
def event = new ChatMessageEvent(
|
||||||
uuid : uuid,
|
uuid : uuid,
|
||||||
payload : join,
|
payload : join,
|
||||||
|
|
Loading…
Reference in New Issue