Kevin Boos
Kevin Boos
> You could consider adding a relevant library in Robius to handle proxy settings in a unified way. Previously, Moly added proxy configuration directly in the code. Yep, agreed, this...
Ah, interesting. For this, we'd need to add a platform feature abstraction to emit logs to each OS's system log. I will add that to the Project Robius roadmap!
The functionality for doing this properly was *just* merged into the matrix-rust-sdk today, so we can migrate to that version and start working on this again.
#445 enabled offline usage of the event cache, but we still don't have a way to allow the user to start Robrix in an offline state and view messages from...
> Currently in offline mode, the login is auto and it restores its previous session. Do you mean to hide the UI of Login modal which restores of the session?...
This currently seems to work even when offline, but only some of the previously-loaded rooms are available. For example, my main account has 70 joined rooms, but when I open...
> ### I'm confused about a few things. > 1. What is the difference between the `is_dm` field and the `is_direct` method? I think they're the same, but I'm not...
> Are you saying that my changing `sliding_sync.rs` is wrong, and I shouldn't have to determine if it's a DM or not in such a low-level module? ah, no, I...
Also, I'm literally attending the Matrix Conference in Berlin today, and this slide came up in a talk about the future of sliding sync (which involves moving from the sliding...
This is now unblocked by the infrastructure added in #470, which offers separate lists for invites vs. joined rooms, as well as collapsible headers and sublists of rooms. All you...