From 5455ff77f1f40f71da90819bda4c239c2bf97801 Mon Sep 17 00:00:00 2001 From: q Date: Sat, 4 Jan 2025 15:04:18 -0500 Subject: [PATCH] Adding to config --- patches/files/config.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/patches/files/config.json b/patches/files/config.json index a823cdb..ca913e7 100644 --- a/patches/files/config.json +++ b/patches/files/config.json @@ -54,9 +54,8 @@ "roomDirectory": { "servers": [ "glowers.club", - "200acres.org", - "matrix.kiwifarms.net", "matrix.org", + "matrix.thisisjoes.site", "midov.pl", "nerdsin.space", "poa.st" @@ -67,5 +66,11 @@ }, "enable_presence_by_hs_url": { "https://glowers.club": false - } + }, + "element_call": { + "url": "https://call.element.io", + "participant_limit": 8, + "brand": "Voice Doxing Lounge" + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }