Skip to content

Commit

Permalink
Merge pull request #27673 from frankenstein91/Libera.Chatbridge
Browse files Browse the repository at this point in the history
remove Libera.Chat bridge from room_directory on `app.element.io` and `develop.element.io`
  • Loading branch information
richvdh authored Jul 8, 2024
2 parents 6684503 + 700886c commit 6452f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion element.io/app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"uisi_autorageshake_app": "element-auto-uisi",
"show_labs_settings": false,
"room_directory": {
"servers": ["matrix.org", "gitter.im", "libera.chat"]
"servers": ["matrix.org", "gitter.im"]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
Expand Down
2 changes: 1 addition & 1 deletion element.io/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"uisi_autorageshake_app": "element-auto-uisi",
"show_labs_settings": true,
"room_directory": {
"servers": ["matrix.org", "gitter.im", "libera.chat"]
"servers": ["matrix.org", "gitter.im"]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
Expand Down

0 comments on commit 6452f27

Please sign in to comment.