mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-25 15:22:17 +00:00
Advertise MSC4445 sync timeline order (#19642)
Synapse uses topological ordering for initial sync (first time a room is
sent down `/sync`), 2e9b8202f0/synapse/handlers/sync.py (L768-L805)
This commit is contained in:
1
changelog.d/19642.feature
Normal file
1
changelog.d/19642.feature
Normal file
@@ -0,0 +1 @@
|
||||
Advertise [MSC4445](https://github.com/matrix-org/matrix-spec-proposals/pull/4445) sync timeline order in `unstable_features`.
|
||||
@@ -206,6 +206,8 @@ class VersionsRestServlet(RestServlet):
|
||||
"org.matrix.msc4354": self.config.experimental.msc4354_enabled,
|
||||
# MSC4380: Invite blocking
|
||||
"org.matrix.msc4380.stable": True,
|
||||
# MSC4445: Sync timeline order
|
||||
"org.matrix.msc4445.initial_sync_timeline_topological_ordering": True,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user