From 6600e034b2e8c17e63c1a7f353105d41cb5c8ee1 Mon Sep 17 00:00:00 2001 From: David Osipov Date: Thu, 14 Nov 2024 23:31:12 +0400 Subject: [PATCH 1/2] Create ge-matrix.json Added a matrix resource - bridge to Telegram chat --- resources/europe/georgia/ge-matrix.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/europe/georgia/ge-matrix.json diff --git a/resources/europe/georgia/ge-matrix.json b/resources/europe/georgia/ge-matrix.json new file mode 100644 index 00000000..cede6a7e --- /dev/null +++ b/resources/europe/georgia/ge-matrix.json @@ -0,0 +1,14 @@ +{ + "id": "ge-matrix", + "type": "matrix", + "locationSet": { + "include": ["ge"] + }, + "languageCodes": ["ru", "en", "ka"], + "account": "#osm-ge" + "strings": { + "community": "OpenStreetMap Georgia", + "communityID": "openstreetmapgeorgia", + "description": "General chat about OpenStreetMap in Georgia, connected via bridge to the Telegram chat", + }, +} From 21c88852c3e0bc77919bf51996838af02f1fc9c6 Mon Sep 17 00:00:00 2001 From: David Osipov Date: Thu, 14 Nov 2024 23:39:37 +0400 Subject: [PATCH 2/2] Update ge-matrix.json Fixed syntax --- resources/europe/georgia/ge-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/europe/georgia/ge-matrix.json b/resources/europe/georgia/ge-matrix.json index cede6a7e..292cb8e9 100644 --- a/resources/europe/georgia/ge-matrix.json +++ b/resources/europe/georgia/ge-matrix.json @@ -5,7 +5,7 @@ "include": ["ge"] }, "languageCodes": ["ru", "en", "ka"], - "account": "#osm-ge" + "account": "#osm-ge", "strings": { "community": "OpenStreetMap Georgia", "communityID": "openstreetmapgeorgia",