mirror of https://github.com/zlatinb/muwire
proper room name pt2
parent
bee6154fa9
commit
1875fcddb2
|
@ -108,7 +108,7 @@ class ChatServerModel {
|
|||
|
||||
mvcGroup.createMVCGroup("chat-room",e.sender.getHumanReadableName()+"-private-chat", params)
|
||||
}
|
||||
room = e.sender.getHumanReadableName()
|
||||
room = e.sender.toBase64()
|
||||
}
|
||||
mvcGroup.childrenGroups[room]?.controller?.handleChatMessage(e)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue