Add option to resend bridge info to all portals

This commit is contained in:
Tulir Asokan
2020-06-15 20:28:04 +03:00
parent 8bcf81879d
commit 59e2015fa7
6 changed files with 30 additions and 1 deletions

View File

@ -62,6 +62,7 @@ type BridgeConfig struct {
InviteOwnPuppetForBackfilling bool `yaml:"invite_own_puppet_for_backfilling"`
PrivateChatPortalMeta bool `yaml:"private_chat_portal_meta"`
ResendBridgeInfo bool `yaml:"resend_bridge_info"`
WhatsappThumbnail bool `yaml:"whatsapp_thumbnail"`