mirror of https://github.com/zlatinb/muwire
pull/34/head
parent
edd5a29b10
commit
bf5ab9c82e
|
@ -102,7 +102,7 @@ class ChatRoomController {
|
|||
if (p == null)
|
||||
return
|
||||
String groupId = model.host.getHumanReadableName() + "-" + p.getHumanReadableName() +"-private-chat"
|
||||
if (p != model.core.me && !mvcGroup.parentGroup.childrenGroups.containsKey(groupId) {
|
||||
if (p != model.core.me && !mvcGroup.parentGroup.childrenGroups.containsKey(groupId)) {
|
||||
def params = [:]
|
||||
params['core'] = model.core
|
||||
params['tabName'] = model.tabName
|
||||
|
|
Loading…
Reference in New Issue