Kevin Boos
Kevin Boos
ok sure, I reopened #410. I had forgotten about that issue. Assuming we are okay with allowing one line of platform-specific code in Robrix, #410 still isn't ready to be...
Closed by #410
Thanks! This is certainly an improvement that we should make. However, one of the rules of Robrix's implementation is that we must not contain _any_ platform-specific code, as one of...
@yangcancai I added more context above, kindly take a look.
yes, that's the correct way to do `cfg` in a cargo invocation, using RUSTFLAGS. IMO, cargo features are not appropriate for this kind of thing because we don't need cargo-level...
did you actually get tombstoned rooms to be marked as tombstoned according to the SDK? I never got them to work; see #178. Even this Matrix SDK PR did not...
Weird, thanks for the report! We have previously discussed moving image decoding steps to a background thread, and I agree that we should do that. Perhaps that will help with...
I see, so it's particularly a problem when the big image is shown immediately in the timeline of a newly-opened room? Does it hang indefinitely, or just take a few...
> There shouldn't be any image decoding when opening a room screen. Otherwise there is no use for Blur image hash logic. Is that true? I don't think that's guaranteed,...
Agree this is nice to have. Should logging out of a session cause that session file to be deleted? I would think that users don't expect their session to be...