Refresh room & member avatars when a roommember.name event comes in
This commit is contained in:
parent
a850f19cd4
commit
2365fe8ceb
5 changed files with 52 additions and 7 deletions
|
@ -320,7 +320,7 @@ module.exports = {
|
|||
Notifier.start();
|
||||
UserActivity.start();
|
||||
Presence.start();
|
||||
cli.startClient();
|
||||
cli.startClient({resolveInvitesToProfiles: true});
|
||||
},
|
||||
|
||||
onKeyDown: function(ev) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue