chore: Add well known files for new matrix server
This commit is contained in:
parent
96cf5945b5
commit
b0e01ed728
2 changed files with 12 additions and 0 deletions
9
.well-known/matrix/client
Normal file
9
.well-known/matrix/client
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.fluffychat.im"
|
||||
},
|
||||
"org.matrix.msc2965.authentication": {
|
||||
"account": "https://matrix.fluffychat.im/auth/account",
|
||||
"issuer": "https://matrix.fluffychat.im/auth/"
|
||||
}
|
||||
}
|
||||
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.fluffychat.im:8448"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue