add correct object to members list

dbus-notify
Zlatin Balevsky 2022-06-02 17:34:07 +01:00
parent 31cdbc7175
commit 062305c95c
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

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