feat: add Signal bridge to the bridges list
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

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.
This commit is contained in:
Kumi 2024-07-27 08:43:20 +02:00
parent c549207976
commit de6fbe426f
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -8,6 +8,10 @@
"name": "WhatsApp",
"mxid": "@whatsappbot:private.coffee"
},
{
"name": "Signal",
"mxid": "@signalbot:private.coffee"
},
{
"name": "Discord",
"mxid": "@discordbot:private.coffee"