diff --git a/server/plugin.go b/server/plugin.go index 091c609..0860663 100644 --- a/server/plugin.go +++ b/server/plugin.go @@ -193,7 +193,7 @@ func (p *Plugin) registerForSharedChannels() error { PluginID: "com.mattermost.plugin-matrix-bridge", CreatorID: creatorID, AutoShareDMs: false, - AutoInvited: true, + AutoInvited: false, } remoteID, appErr := p.API.RegisterPluginForSharedChannels(opts)