parent
1f4970368a
commit
3ed27e9f63
3 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ export default {
|
|||
currentUserDisplayName() {
|
||||
if (this.ready) {
|
||||
const user = this.matrixClient.getUser(this.currentUserId) || {}
|
||||
return user.displayName;
|
||||
return this.userDisplayName || user.displayName;
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue