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
Paginate through the related events to a given eventId. Related events being reactions, thread messages, message modifications, message removals, etc. This outputs once per iterated page but you can also easily make a flow to aggregate several pages and send a single payload (there is actually an example of this in the examples folder).
The text was updated successfully, but these errors were encountered:
- Add new node `Get Event` that will give you room data for a corresponding roomId and eventId #117
- Add new node `Fetch Event Relations` that can paginate through events related to another event #119
- README updates
Ref: https://spec.matrix.org/v1.11/client-server-api/#get_matrixclientv1roomsroomidrelationseventidreltypeeventtype
Rendered example:
Paginate through the related events to a given eventId. Related events being reactions, thread messages, message modifications, message removals, etc. This outputs once per iterated page but you can also easily make a flow to aggregate several pages and send a single payload (there is actually an example of this in the examples folder).
The text was updated successfully, but these errors were encountered: