You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I’m trying to implement a client-side PoC for an improved way of loading threads, which would use synapse’s MSC3715implementation.
Steps to reproduce
create thread with many events, e.g. 26 events containing each a-z
make request to /_matrix/client/unstable/rooms/$roomId/relations/$rootEventId/m.thread?org.matrix.msc3715.dir=f&limit=5 and to /_matrix/client/unstable/rooms/$roomId/relations/$rootEventId/m.thread?org.matrix.msc3715.dir=b&limit=5
both times the events for z, y, x, w, v are returned
Homeserver
Delight Team’s Threads Dev Server
Synapse Version
1.65.0rc2
Anything else that would be useful to know?
If more information is needed on the environment of the homeserver, please ask @clokep.
The text was updated successfully, but these errors were encountered:
Description
I’m trying to implement a client-side PoC for an improved way of loading threads, which would use synapse’s MSC3715 implementation.
Steps to reproduce
/_matrix/client/unstable/rooms/$roomId/relations/$rootEventId/m.thread?org.matrix.msc3715.dir=f&limit=5
and to/_matrix/client/unstable/rooms/$roomId/relations/$rootEventId/m.thread?org.matrix.msc3715.dir=b&limit=5
Homeserver
Delight Team’s Threads Dev Server
Synapse Version
1.65.0rc2
Anything else that would be useful to know?
If more information is needed on the environment of the homeserver, please ask @clokep.
The text was updated successfully, but these errors were encountered: