mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
fix onRoomTags signature
This commit is contained in:
parent
07200d7953
commit
4e170a2831
@ -110,7 +110,7 @@ module.exports = {
|
||||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
onRoomTags: function(room) {
|
||||
onRoomTags: function(event, room) {
|
||||
this.refreshRoomList();
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user