Add hacky option to mute all guild channels on create

This commit is contained in:
Tulir Asokan
2023-01-20 15:07:18 +02:00
parent da9f169333
commit e2bd89bd97
5 changed files with 33 additions and 6 deletions

View File

@@ -115,6 +115,9 @@ bridge:
# Should the bridge automatically join the user to threads on Discord when the thread is opened on Matrix?
# This only works with clients that support thread read receipts (MSC3771 added in Matrix v1.4).
autojoin_thread_on_open: true
# Should guild channels be muted when the portal is created? This only meant for single-user instances,
# it won't mute it for all users if there are multiple Matrix users in the same Discord guild.
mute_channels_on_create: false
# Should the bridge update the m.direct account data event when double puppeting is enabled.
# Note that updating the m.direct event is not atomic (except with mautrix-asmux)
# and is therefore prone to race conditions.