From 58773102654581ba5a0f906131bafcc5108b614e Mon Sep 17 00:00:00 2001 From: Dante Date: Wed, 1 Mar 2023 11:20:51 +0000 Subject: [PATCH] Add new config options --- conf/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 9d0ede6..caa7287 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -75,6 +75,8 @@ appservice: # Segment API key to track some events, like provisioning API login and encryption errors. segment_key: null +# Optional user_id to use when sending Segment events. If null, defaults to using mxID. +segment_user_id: null # Prometheus config. metrics: @@ -295,10 +297,6 @@ bridge: # Whether or not created rooms should have federation enabled. # If false, created portal rooms will never be federated. federate_rooms: true - # Whether to enable disappearing messages in groups. If enabled, then the expiration time of - # the messages will be determined by the first user to read the message, rather than individually. - # If the bridge only has a single user, this can be turned on safely. - disappearing_messages_in_groups: false # Should the bridge never send alerts to the bridge management room? # These are mostly things like the user being logged out. disable_bridge_alerts: false