mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-29 13:41:38 +01:00
Add link to open member details
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
7dacbdb700
commit
65b1a1958a
@ -30,6 +30,10 @@ export class MemberTileViewModel extends ViewModel {
|
||||
return this._nameChanged;
|
||||
}
|
||||
|
||||
get detailsUrl() {
|
||||
return `${this.urlCreator.urlUntilSegment("room")}/member/${this._member.userId}`;
|
||||
}
|
||||
|
||||
_updatePreviousName(newName) {
|
||||
const currentName = this._member.name;
|
||||
if (currentName !== newName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user