mirror of https://github.com/vector-im/riot-web
fix onRoomTags signature
parent
07200d7953
commit
4e170a2831
|
@ -110,7 +110,7 @@ module.exports = {
|
|||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
onRoomTags: function(room) {
|
||||
onRoomTags: function(event, room) {
|
||||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue