Add config option for number of private channels to automatically bridge on startup

This commit is contained in:
Tulir Asokan
2022-07-08 22:43:52 +03:00
parent ca8682657c
commit 33a002a053
4 changed files with 7 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ type BridgeConfig struct {
GuildNameTemplate string `yaml:"guild_name_template"`
PrivateChatPortalMeta bool `yaml:"private_chat_portal_meta"`
PrivateChannelCreateLimit int `yaml:"startup_private_channel_create_limit"`
DeliveryReceipts bool `yaml:"delivery_receipts"`
MessageStatusEvents bool `yaml:"message_status_events"`
MessageErrorNotices bool `yaml:"message_error_notices"`