feat(federation): Implement Instance Messaging Extension

This commit is contained in:
Jesse Wierzbinski 2024-11-25 16:54:46 +01:00
parent 4594c69808
commit 756f67c0f3
No known key found for this signature in database
5 changed files with 67 additions and 1 deletions

View file

@ -194,6 +194,11 @@ export const configureLoggers = (silent = false): Promise<void> =>
sinks: ["console", "file"],
filters: ["configFilter"],
},
{
category: ["federation", "messaging"],
sinks: ["console", "file"],
filters: ["configFilter"],
},
{
category: "database",
sinks: ["console", "file"],