Kumi
de6fbe426f
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.
44 lines
No EOL
1 KiB
JSON
44 lines
No EOL
1 KiB
JSON
{
|
|
"bridges": [
|
|
{
|
|
"name": "Telegram",
|
|
"mxid": "@telegrambot:private.coffee"
|
|
},
|
|
{
|
|
"name": "WhatsApp",
|
|
"mxid": "@whatsappbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "Signal",
|
|
"mxid": "@signalbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"mxid": "@discordbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "Slack",
|
|
"mxid": "@slackbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "LinkedIn",
|
|
"mxid": "@linkedinbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "GPT-4o",
|
|
"mxid": "@gptbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "RSS/Atom feeds",
|
|
"mxid": "@rssbot:private.coffee"
|
|
},
|
|
{
|
|
"name": "Instagram",
|
|
"mxid": "@instagrambot:private.coffee"
|
|
},
|
|
{
|
|
"name": "Facebook",
|
|
"mxid": "@facebookbot:private.coffee"
|
|
}
|
|
]
|
|
} |