Skip to content

Commit

Permalink
Update docs to reflect that we need stable MSC3030 /timstamp_to_event (
Browse files Browse the repository at this point in the history
…#159)

Follow-up to #154
  • Loading branch information
MadLittleMods authored Feb 17, 2023
1 parent 8f9e163 commit b0cee80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@ the maintenance burden of supporting more event types in Hydrogen.
for [Matrix encryption (olm) which can't be disabled in
Hydrogen](https://github.com/vector-im/hydrogen-web/issues/579) yet.
- A Matrix homeserver that supports [MSC3030's](https://github.com/matrix-org/matrix-spec-proposals/pull/3030) `/timestamp_to_event` endpoint
- Currently, the only implementation is in Synapse under an experimental feature flag.
Adjust your homeserver config to enable it:
`homeserver.yaml`
```yaml
experimental_features:
msc3030_enabled: true
```
- The `/timestamp_to_event` endpoint will soon be stabilized in Synapse which means
it will be available without the feature flag. You can track progress at
https://github.com/matrix-org/synapse/issues/14390
- Synapse 1.73.0+

### Get the app running

Expand Down
5 changes: 3 additions & 2 deletions config/config.default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"basePort": "3050",
"basePath": "http://localhost:3050",
// Requires homeserver with MSC3030 `/timestamp_to_event` endpoint available (see readme for more details)
// Requires homeserver with MSC3030 `/timestamp_to_event` endpoint (Synapse 1.73.0+)
// (see readme for more details)
"matrixServerUrl": "http://localhost:8008/",
"matrixServerName": "localhost",
// Set this to 100 since that is the max that Synapse will backfill even if you do a
Expand All @@ -15,7 +16,7 @@

// Testing
"testMatrixServerUrl1": "http://localhost:11008/",
"testMatrixServerUrl2": "http://localhost:12008/",
"testMatrixServerUrl2": "http://localhost:12008/"

// Secrets
//"matrixAccessToken": "xxx"
Expand Down

0 comments on commit b0cee80

Please sign in to comment.