Fix userlist notifications missing for join events

This commit is contained in:
yflory
2018-03-14 16:34:44 +01:00
parent ebef99e5cf
commit d6228a39bd
2 changed files with 2 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ define([
var metadata = {
// "user" is shared with everybody via the userlist
user: {
name: store.proxy[Constants.displayNameKey],
name: store.proxy[Constants.displayNameKey] || "",
uid: store.proxy.uid,
avatar: Util.find(store.proxy, ['profile', 'avatar']),
profile: Util.find(store.proxy, ['profile', 'view']),