mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
public room.id property, needed for session.rooms updater
This commit is contained in:
parent
841f280d3c
commit
c8d5b4483a
@ -29,4 +29,8 @@ export default class Room extends EventEmitter {
|
|||||||
get name() {
|
get name() {
|
||||||
return this._summary.name;
|
return this._summary.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get id() {
|
||||||
|
return this._roomId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user