fix unknown event logging and add integration events to ignore list

This commit is contained in:
emerson 2023-07-03 19:03:06 +00:00
parent cb870740fc
commit 95a6e25044

View file

@ -306,10 +306,11 @@ export class IRCServer {
case 'io.element.widgets.layout':
case 'org.matrix.msc3381.poll.response':
case 'org.matrix.msc3381.poll.start':
case 'io.element.integrations.installations':
break;
default:
this.doLog(`${targetChannel.name}:`);
this.doLog(nextEvent);
this.doLog(nextEvent["type"]);
break;
}
}