Implement MSC3981 in matrix-react-sdk #25021
Labels
A-Notifications
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Task
Tasks for the team like planning
Team: App
Implement MSC3981 in matrix-react-sdk.
We construct a call to the relations API in matrix-js-sdk/src/client.ts, line 7895, in
fetchRelations()
:fetchRelations
is called fromgetThreadTimeline
in client.ts line 5702. This is where we pass in the parameter that gets converted intoqueryParams
. There are 4 calls in here e.g.:We also call
fetchRelations
inpaginateEventTimeline
in client.ts line 6119, which is also relevant.getLatestTimeline
might also need changing.In each of these calls we should pass the
org.matrix.msc3981.recurse=true
param (later it will berecurse=true
).What we need to do:
processEvent
calls from thread.addEvent.The text was updated successfully, but these errors were encountered: