forked from mystiq/hydrogen-web
use display name for room name change tiles
This commit is contained in:
parent
fafdf669db
commit
036b305c96
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ export class RoomNameTile extends SimpleTile {
|
||||||
|
|
||||||
get announcement() {
|
get announcement() {
|
||||||
const content = this._entry.content;
|
const content = this._entry.content;
|
||||||
return `${this._entry.sender} named the room "${content.name}"`
|
return `${this._entry.displayName || this._entry.sender} named the room "${content.name}"`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue