diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index b51f351b..0d9a8a84 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -765,11 +765,16 @@ ShowJoinPart=false #OPTIONAL (default false) StripNick=false -#Enable to show topic changes from other bridges +#Enable to show topic/purpose changes from other bridges #Only works hiding/show topic changes from slack bridge for now #OPTIONAL (default false) ShowTopicChange=false +#Enable to sync topic/purpose changes from other bridges +#Only works syncing topic changes from slack bridge for now +#OPTIONAL (default false) +SyncTopic=false + ################################################################### #telegram section ################################################################### |