Skip to content

Commit

Permalink
Disable temporoarily auto share DMs (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino authored and sbishel committed Apr 2, 2024
1 parent 4fdb23d commit fc1d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func (p *Plugin) onActivate() error {
Displayname: pluginID,
PluginID: pluginID,
CreatorID: p.userID,
AutoShareDMs: true,
AutoShareDMs: false,
AutoInvited: true,
})
if err != nil {
Expand Down

0 comments on commit fc1d5de

Please sign in to comment.