add more event types to the ignore list

This commit is contained in:
emerson 2022-02-09 07:52:10 -05:00
parent e86e911e3d
commit 540fd979fc

View file

@ -231,6 +231,18 @@ export class IRCUser {
case 'm.room.tombstone': case 'm.room.tombstone':
case 'm.room.server_acl': case 'm.room.server_acl':
case 'org.matrix.room.preview_urls': 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; break;
default: default:
console.log(nextEvent); console.log(nextEvent);