Merge pull request #27673 from frankenstein91/Libera.Chatbridge
remove Libera.Chat bridge from room_directory on `app.element.io` and `develop.element.io`
This commit is contained in:
commit
6452f27cb6
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"show_labs_settings": false,
|
"show_labs_settings": false,
|
||||||
"room_directory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im"]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
"https://matrix.org": false,
|
"https://matrix.org": false,
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"show_labs_settings": true,
|
"show_labs_settings": true,
|
||||||
"room_directory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im"]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
"https://matrix.org": false,
|
"https://matrix.org": false,
|
||||||
|
|
Loading…
Reference in a new issue