From de6fbe426fd13c9f034e096ba678a629f0fe2d9e Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 27 Jul 2024 08:43:20 +0200 Subject: [PATCH] feat: add Signal bridge to the bridges list Added a new bridge entry for Signal to the bridges.json file, enabling integration with Signal messaging service. This expands the supported communication platforms, enhancing user connectivity and options. --- data/bridges.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/bridges.json b/data/bridges.json index b71da29..645acc5 100644 --- a/data/bridges.json +++ b/data/bridges.json @@ -8,6 +8,10 @@ "name": "WhatsApp", "mxid": "@whatsappbot:private.coffee" }, + { + "name": "Signal", + "mxid": "@signalbot:private.coffee" + }, { "name": "Discord", "mxid": "@discordbot:private.coffee"