Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch Event Relations #119

Open
skylord123 opened this issue Sep 17, 2024 · 0 comments
Open

Fetch Event Relations #119

skylord123 opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@skylord123
Copy link
Contributor

skylord123 commented Sep 17, 2024

Ref: https://spec.matrix.org/v1.11/client-server-api/#get_matrixclientv1roomsroomidrelationseventidreltypeeventtype
Rendered example:
fetch-event-relations.png

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).

@skylord123 skylord123 added the enhancement New feature or request label Sep 17, 2024
skylord123 added a commit that referenced this issue Sep 17, 2024
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant