fix onRoomTags signature
This commit is contained in:
@@ -110,7 +110,7 @@ module.exports = {
|
||||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
onRoomTags: function(room) {
|
||||
onRoomTags: function(event, room) {
|
||||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user