mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
not the cause of the bug, but this seems wrong
This commit is contained in:
parent
b6aa72da55
commit
d069f4a89a
@ -32,7 +32,7 @@ module.exports = {
|
||||
return false;
|
||||
} else if (ev.getType() == 'm.call.answer' || ev.getType() == 'm.call.hangup') {
|
||||
return false;
|
||||
} else if (ev.getType == 'm.room.message' && ev.getContent().msgtype == 'm.notify') {
|
||||
} else if (ev.getType() == 'm.room.message' && ev.getContent().msgtype == 'm.notify') {
|
||||
return false;
|
||||
}
|
||||
const EventTile = sdk.getComponent('rooms.EventTile');
|
||||
|
Loading…
Reference in New Issue
Block a user