parent
9fdeb57fcb
commit
8c33b7ea75
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
onEvent(event) {
|
||||
if (event.getRoomId() !== this.roomId) {
|
||||
if (!this.room || event.getRoomId() !== this.room.roomId) {
|
||||
return; // Not for this room
|
||||
}
|
||||
if (event.getType() == "m.room.member") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue