forked from mystiq/hydrogen-web
public room.id property, needed for session.rooms updater
This commit is contained in:
parent
841f280d3c
commit
c8d5b4483a
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue