We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bf9cd commit d6578b2Copy full SHA for d6578b2
.well-known/matrix/client
@@ -0,0 +1,24 @@
1
+{
2
+ "m.homeserver": {
3
+ "base_url": "https://matrix.poshcode.org"
4
+ },
5
+ "m.identity_server": {
6
7
8
+ "m.integrations": {
9
+ "managers": [
10
+ {
11
+ "api_url": "https://dimension.poshcode.org/api/v1/scalar",
12
+ "ui_url": "https://dimension.poshcode.org/element"
13
+ }
14
+ ]
15
16
+ "io.element.e2ee": {
17
+ "default": true,
18
+ "secure_backup_required": false,
19
+ "secure_backup_setup_methods": []
20
21
+ "im.vector.riot.e2ee": {
22
+ "default": true
23
24
+}
.well-known/matrix/index.html
.well-known/matrix/server
@@ -1,3 +1,3 @@
{
- "m.server": "matrix.poshcode.org:443"
+ "m.server": "matrix.poshcode.org:8448"
}
0 commit comments