fix onRoomTags signature
This commit is contained in:
parent
07200d7953
commit
4e170a2831
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module.exports = {
|
||||||
this.refreshRoomList();
|
this.refreshRoomList();
|
||||||
},
|
},
|
||||||
|
|
||||||
onRoomTags: function(room) {
|
onRoomTags: function(event, room) {
|
||||||
this.refreshRoomList();
|
this.refreshRoomList();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue