Refresh room & member avatars when a roommember.name event comes in

This commit is contained in:
David Baker 2015-10-28 15:15:35 +00:00
parent a850f19cd4
commit 2365fe8ceb
5 changed files with 52 additions and 7 deletions

View file

@ -320,7 +320,7 @@ module.exports = {
Notifier.start();
UserActivity.start();
Presence.start();
cli.startClient();
cli.startClient({resolveInvitesToProfiles: true});
},
onKeyDown: function(ev) {