mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-21 17:43:04 +02:00
Compare commits
2 Commits
v1.11.14-s
...
v1.11.15-s
Author | SHA1 | Date | |
---|---|---|---|
51e7d4b67b | |||
92ac040175 |
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"update_base_url": null,
|
"update_base_url": null,
|
||||||
"default_server_name": "matrix.org",
|
"default_server_config": {
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix-client.matrix.org",
|
||||||
|
"server_name": "matrix.org"
|
||||||
|
}
|
||||||
|
},
|
||||||
"brand": "SchildiChat",
|
"brand": "SchildiChat",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
@ -14,7 +19,10 @@
|
|||||||
"showLabsSettings": true,
|
"showLabsSettings": true,
|
||||||
"roomDirectory": {
|
"roomDirectory": {
|
||||||
"servers": [
|
"servers": [
|
||||||
"matrix.org"
|
"matrix.org",
|
||||||
|
"gitter.im",
|
||||||
|
"libera.chat",
|
||||||
|
"schildi.chat"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
|
Submodule element-desktop updated: 07d1283f23...dd74e36281
Submodule element-web updated: d7e4930ab4...fcf043c998
Submodule matrix-js-sdk updated: 14742043de...6128de1baf
Submodule matrix-react-sdk updated: c9fb6bbbb8...0ad473a26d
Reference in New Issue
Block a user