Make sure to reload rooms on self membership updates
This commit is contained in:
parent
315e3f6bd5
commit
5882eef0db
3 changed files with 3 additions and 3 deletions
|
|
@ -391,8 +391,8 @@ export default {
|
|||
// Invitation. Need to call "recalculate" to pick
|
||||
// up room name, not sure why exactly.
|
||||
room.recalculate();
|
||||
this.reloadRooms();
|
||||
}
|
||||
this.reloadRooms();
|
||||
},
|
||||
|
||||
onSessionLoggedOut() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue