pull/34/head
Zlatin Balevsky 2019-11-13 14:10:26 +00:00
parent edd5a29b10
commit bf5ab9c82e
1 changed files with 1 additions and 1 deletions

View File

@ -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