From 94070c93a288e0613dcd9f495ad4bd2f7127544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Fri, 17 May 2024 18:15:42 +0200 Subject: [PATCH] Update the config.yaml file from upstream template --- conf/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index 526ac0c..997e91b 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -139,6 +139,10 @@ bridge: # Send captions in the same message as images. This will send data compatible with both MSC2530. # This is currently not supported in most clients. caption_in_message: false + # Format for generating URLs from location messages for sending to Signal + # Google Maps: 'https://www.google.com/maps/place/%[1]s,%[2]s' + # OpenStreetMap: 'https://www.openstreetmap.org/?mlat=%[1]s&mlon=%[2]' + location_format: 'https://www.google.com/maps/place/%[1]s,%[2]s' # Whether or not created rooms should have federation enabled. # If false, created portal rooms will never be federated. federate_rooms: true @@ -310,4 +314,4 @@ logging: filename: /var/log/__APP__/__APP__.log max_size: 100 max_backups: 10 - compress: true \ No newline at end of file + compress: true