forked from Mirrors/gomuks
Fix user list after initial sync. Fixes #36
This commit is contained in:
parent
421a7c16f1
commit
c88801a657
1 changed files with 1 additions and 0 deletions
|
@ -477,6 +477,7 @@ func (view *MainView) InitialSyncDone() {
|
|||
view.roomList.Clear()
|
||||
for _, room := range view.rooms {
|
||||
view.roomList.Add(room.Room)
|
||||
room.UpdateUserList()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue