-
Notifications
You must be signed in to change notification settings - Fork 270
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
API request: load a media timeline from a specific event #4554
Comments
Hi! the timeline created with permalinks does exactly that, right? |
Yes, in this case, the API is |
Oh you're talking only about an FFI-layer API for this, aren't you? |
Yes, this is the only API the application is aware of. |
Ok, that makes sense. Please add details in your issue next time that this is for the FFI layer. Out of context, this was a bit hard to understand (especially since all the APIs already exist in the SDK, maybe not at the FFI layer). The "application" isn't our only use case. |
Will do, thanks. I thought that linking the user story (element-hq/element-meta#2698) was enough to give context, my bad! |
The app needs to be able to load a media timeline from a specific event, to be able to navigate through media using the swipe gesture.
Currently we have an API
Room.messageFilteredTimeline
that returns a timeline.A possible solution could be to add an optional
eventId
parameter to this method.The text was updated successfully, but these errors were encountered: