mirror of https://github.com/zlatinb/muwire
add correct object to members list
parent
31cdbc7175
commit
062305c95c
|
@ -271,7 +271,7 @@ class ChatRoomController {
|
|||
return
|
||||
|
||||
model.members.clear()
|
||||
model.members.add(model.core.me)
|
||||
model.members.add(model.buildChatPOP(model.core.me))
|
||||
|
||||
UUID uuid = UUID.randomUUID()
|
||||
long now = System.currentTimeMillis()
|
||||
|
|
Loading…
Reference in New Issue