Ivan Enderlin
Ivan Enderlin
Hello, Are you willing to try contributing with a patch?
Nice. Now let's wait on an update of Ruma.
I can replicate the bug. I believe it's the root cause for https://github.com/element-hq/element-x-ios/issues/3365 and https://github.com/element-hq/customer-success/issues/405. I'm working on it.
The problem is the following: https://github.com/matrix-org/matrix-rust-sdk/blob/cabb345a1c5b2b1ae4936eb2b3383af0c312d0f3/crates/matrix-sdk-base/src/client.rs#L1287-L1300 For some room, they receive a single update, then their `RoomInfo` are persisted, and finally their names are computed. If another update is triggered,...
The SDK doesn't backpaginate a room automatically. It happens only when the timeline is scrolling to the top as far as I know. cc @bnjbvr can you confirm? (cc https://github.com/matrix-org/matrix-rust-sdk/issues/3647)
Clean up time? This problem seems to have left our dimension to join another Matrix multiverse. Good for us. Closing this issue, feel free to re-open if it happens again...
I met the same problem today. This isn't possible to implement to `impl
Alternatively, we can add another associated type for the output of `take()` & siblings, _Ã la_`Iter` & `IterIndices`: https://github.com/rust-bakery/nom/blob/2cec1b3e4c9ccac62c902d60c00de6d1549ccbe1/src/traits.rs#L23-L36 Something like: ```rust pub trait Input: Clone + Sized { //...
@erikjohnston I _reckon_ we said to remove the filter from the public API, but it _should_ be a default on the server side. At least it was my understanding 🙂.
I believe this issue is resolved by https://github.com/element-hq/element-x-ios/pull/4160. I'm gently closing it.