Skip to content

Commit

Permalink
Merge pull request #6 from department-of-decentralization/q9f/matrix
Browse files Browse the repository at this point in the history
matrix: fix well-known directives for federation
  • Loading branch information
q9f authored Dec 21, 2024
2 parents 06b2a32 + f9c7956 commit a5f52ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/.well-known/matrix/client
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"m.homeserver": {
"base_url": "https://matrix.dod.ngo"
},
"m.identity_server": {
"base_url": "https://matrix.dod.ngo"
},
"org.matrix.msc3575.proxy": {
"url": "https://matrix.dod.ngo/sliding-sync"
}
}
3 changes: 3 additions & 0 deletions public/.well-known/matrix/server
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"m.server": "matrix.dod.ngo:8448"
}

0 comments on commit a5f52ce

Please sign in to comment.