mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-04-13 09:59:52 +00:00
fix unknown event logging and add integration events to ignore list
This commit is contained in:
parent
cb870740fc
commit
95a6e25044
1 changed files with 2 additions and 1 deletions
|
@ -306,10 +306,11 @@ export class IRCServer {
|
||||||
case 'io.element.widgets.layout':
|
case 'io.element.widgets.layout':
|
||||||
case 'org.matrix.msc3381.poll.response':
|
case 'org.matrix.msc3381.poll.response':
|
||||||
case 'org.matrix.msc3381.poll.start':
|
case 'org.matrix.msc3381.poll.start':
|
||||||
|
case 'io.element.integrations.installations':
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
this.doLog(`${targetChannel.name}:`);
|
this.doLog(`${targetChannel.name}:`);
|
||||||
this.doLog(nextEvent);
|
this.doLog(nextEvent["type"]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue