fix onRoomTags signature

pull/342/head
Matthew Hodgson 2015-11-07 20:16:05 +00:00
parent 07200d7953
commit 4e170a2831
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module.exports = {
this.refreshRoomList();
},
onRoomTags: function(room) {
onRoomTags: function(event, room) {
this.refreshRoomList();
},