mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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…
Reference in New Issue
Block a user