mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
add more event types to the ignore list
This commit is contained in:
parent
e86e911e3d
commit
540fd979fc
1 changed files with 12 additions and 0 deletions
|
@ -231,6 +231,18 @@ export class IRCUser {
|
|||
case 'm.room.tombstone':
|
||||
case 'm.room.server_acl':
|
||||
case 'org.matrix.room.preview_urls':
|
||||
case 'm.space.child':
|
||||
case 'm.space.parent':
|
||||
case 'm.room.plumbing':
|
||||
case 'm.room.bridging':
|
||||
case 'org.matrix.confbot.auditorium':
|
||||
case 'org.matrix.confbot.child':
|
||||
case 'org.matrix.confbot.parent':
|
||||
case 'org.matrix.confbot.space':
|
||||
case 'org.matrix.confbot.interest_room':
|
||||
case 'io.element.widgets.layout':
|
||||
case 'org.matrix.msc3381.poll.response':
|
||||
case 'org.matrix.msc3381.poll.start':
|
||||
break;
|
||||
default:
|
||||
console.log(nextEvent);
|
||||
|
|
Loading…
Add table
Reference in a new issue