From 6bf0299a58ae44438a611da9b326598bfb0f9b39 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Thu, 30 May 2024 08:37:27 -0400 Subject: [PATCH] Fix example location URL template config for OSM --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 71caa9c0..93a79553 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -141,7 +141,7 @@ bridge: 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]' + # OpenStreetMap: 'https://www.openstreetmap.org/?mlat=%[1]s&mlon=%[2]s' 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.