Kevin Boos
Kevin Boos
Ah ok, I see, sorry about that. Typically the "Closed by #XYZ" language is reserved for a PR that addresses an issue. I'll leave this one open since it provides...
yeah, the mobile UI follows more of an immediate drawflow. This isn't necessarily problematic though, since `set_displayed_room()` doesn't do anything if the same room is being displayed again. Do you...
Closing because I think this is not an error, just an observation. Feel free to re-open if this is actually problematic.
#107 addresses this in part, but still doesn't preserve event IDs for the _entire duration_ of this cycle: 1. ignore user list changes 2. timelines are fully cleared 3. we...
The [`TimelineBuilder::with_focus()`](https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk_ui/timeline/struct.TimelineBuilder.html#method.with_focus) method implies you can change the mode of an existing `Timeline`, but I cannot actually find any methods that make this possible, even internal ones within the matrix-sdk....
Based on discussions with Rik, the `PortalList::scroll_position` (the `first_scroll` field) is not necessarily the correct way to determine what offset a given item in the PortalList is currently scrolled to....
In progress, see #134
#134 addresses this for all cases except a complete timeline clear, e.g., after a change in the ignored-user list. But we have to completely re-think how this works by instantiating...
Ah interesting, I have no experience using a proxy. Is this something that the Matrix SDK needs to support, or are you saying we need to add explicit support for...
ah ok, so this requires a new `robius-proxy` crate or something like that to detect/query the platform-maintained proxy, and then we'd need to apply it to Matrix SDK calls from...