Ivan Enderlin
Ivan Enderlin
@dwt Thanks :-)!
No update yet. I've been off for 3 weeks, but I'm resuming my work now. A couple of other stuff needed to be done before continuing working on this. We...
Like I do!
This isn't related to SSS. It has never worked. The SDK knows the latest event has been updated but the update information isn't propagated to the app. Maybe it can...
The app doesn't call `Room::latest_event` when it's updated. That's the only problem. Let me coordinate with @stefanceriu.
Why? `rand` exists in 2 versions in the deps tree with this PR, but I think waiting on vodozemac isn't blocking.
We have 2 versions of `getrandom`, the 0.3.2 from our crates, and 0.2.15 from: - `chacha20poly1305` which still requires `rand` 0.6.4, - `backoff`, which still requires `rand` 0.8.5, - `vodozemac`...
With https://github.com/matrix-org/matrix-rust-sdk/pull/5119, it should be fixed. cc @jmartinesp
Before reviewing this PR, I'm wondering: don't we have an MSC about media retention policy? I see there is [MSC1763](https://github.com/matrix-org/matrix-spec-proposals/blob/matthew/msc1763/proposals/1763-configurable-retention-periods.md). I don't know the state of this MSC, but I...
@jmartinesp Thanks! Can you measure if the memory peak maps to the size of the media, or is it something else?