From 8f128612d43a72af1e11ce77fef3ee687c4541d6 Mon Sep 17 00:00:00 2001 From: Eivind Samseth Date: Sun, 29 Sep 2024 16:25:08 +0200 Subject: [PATCH] Add Canada community forum Matrix chat missing .json file ending, so not currently included. Only 3 members, so putting on bottom Mailing list has some, but low activity so placing second last --- .../north-america/canada/OSM-CA-mailinglist.json | 1 + .../canada/{OSM-CA-matrix => OSM-CA-matrix.json} | 1 + resources/north-america/canada/ca-discourse.json | 12 ++++++++++++ 3 files changed, 14 insertions(+) rename resources/north-america/canada/{OSM-CA-matrix => OSM-CA-matrix.json} (95%) create mode 100644 resources/north-america/canada/ca-discourse.json diff --git a/resources/north-america/canada/OSM-CA-mailinglist.json b/resources/north-america/canada/OSM-CA-mailinglist.json index c55791d6..5194922b 100644 --- a/resources/north-america/canada/OSM-CA-mailinglist.json +++ b/resources/north-america/canada/OSM-CA-mailinglist.json @@ -4,6 +4,7 @@ "account": "talk-ca", "locationSet": {"include": ["ca"]}, "languageCodes": ["en", "fr"], + "order": -1, "strings": { "community": "OpenStreetMap Canada", "communityID": "openstreetmapcanada" diff --git a/resources/north-america/canada/OSM-CA-matrix b/resources/north-america/canada/OSM-CA-matrix.json similarity index 95% rename from resources/north-america/canada/OSM-CA-matrix rename to resources/north-america/canada/OSM-CA-matrix.json index 4317f3b9..c01a67bb 100644 --- a/resources/north-america/canada/OSM-CA-matrix +++ b/resources/north-america/canada/OSM-CA-matrix.json @@ -4,6 +4,7 @@ "account": "osmca", "locationSet": {"include": ["ca"]}, "languageCodes": ["en", "fr"], + "order": -2, "strings": { "community": "OpenStreetMap Canada", "communityID": "openstreetmapcanada", diff --git a/resources/north-america/canada/ca-discourse.json b/resources/north-america/canada/ca-discourse.json new file mode 100644 index 00000000..9c2b7fc3 --- /dev/null +++ b/resources/north-america/canada/ca-discourse.json @@ -0,0 +1,12 @@ +{ + "id": "ca-discourse", + "type": "discourse", + "account": "ca", + "locationSet": {"include": ["ca"]}, + "languageCodes": ["en", "fr"], + "order": 1, + "strings": { + "community": "OpenStreetMap Canada", + "communityID": "openstreetmapcanada" + } +}