|
@@ -50,6 +50,8 @@ type BridgeConfig struct {
|
|
InviteOwnPuppetForBackfilling bool `yaml:"invite_own_puppet_for_backfilling"`
|
|
InviteOwnPuppetForBackfilling bool `yaml:"invite_own_puppet_for_backfilling"`
|
|
PrivateChatPortalMeta bool `yaml:"private_chat_portal_meta"`
|
|
PrivateChatPortalMeta bool `yaml:"private_chat_portal_meta"`
|
|
|
|
|
|
|
|
+ AllowUserInvite bool `yaml:"allow_user_invite"`
|
|
|
|
+
|
|
CommandPrefix string `yaml:"command_prefix"`
|
|
CommandPrefix string `yaml:"command_prefix"`
|
|
|
|
|
|
Permissions PermissionConfig `yaml:"permissions"`
|
|
Permissions PermissionConfig `yaml:"permissions"`
|