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