feat: add Signal bridge to the bridges list
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
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:
parent
c549207976
commit
de6fbe426f
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
"name": "WhatsApp",
|
"name": "WhatsApp",
|
||||||
"mxid": "@whatsappbot:private.coffee"
|
"mxid": "@whatsappbot:private.coffee"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Signal",
|
||||||
|
"mxid": "@signalbot:private.coffee"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Discord",
|
"name": "Discord",
|
||||||
"mxid": "@discordbot:private.coffee"
|
"mxid": "@discordbot:private.coffee"
|
||||||
|
|
Loading…
Reference in a new issue