Skip to content

Commit 32bfb53

Browse files
committed
try matrix delegation
1 parent b506b67 commit 32bfb53

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.well-known/matrix/client

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"m.homeserver": {
3+
"base_url": "https://matrix.floppy.org.uk"
4+
},
5+
"org.matrix.msc3575.proxy": {
6+
"url": "https://matrix.floppy.org.uk"
7+
}
8+
}

.well-known/matrix/server

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"m.server": "matrix.floppy.org.uk:443"
3+
}

0 commit comments

Comments
 (0)