Ivan Enderlin
Ivan Enderlin
Hmm, that's strange because we have this code here: https://github.com/matrix-org/matrix-rust-sdk/blob/bd6d0e959a8ebdd7d3cc7a7a38f31497f7d023a6/crates/matrix-sdk-ui/src/room_list_service/room_list.rs#L90-L98 which is responsible to update the room loading state accordingly. We even have a test for that: https://github.com/matrix-org/matrix-rust-sdk/blob/bd6d0e959a8ebdd7d3cc7a7a38f31497f7d023a6/crates/matrix-sdk-ui/tests/integration/room_list_service.rs#L1301-L1456 Are you...
@kegsay > How am I supposed to wait until the first sync is done using the FFI bindings? Why do you want to wait? The room list service sync will...
Maybe [`RoomListLoadingState`](https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk_ui/room_list_service/enum.RoomListLoadingState.html) is what you’re looking for.
I wonder if the SDK is responsible for doing that. At least for the EXIF only. To me, it looks like it's either the responsability of the client, or the...
Implementation inside Ruma is here, https://github.com/ruma/ruma/pull/1691.
Implementation inside the SDK, https://github.com/matrix-org/matrix-rust-sdk/pull/3441.
Another PR in Ruma, https://github.com/ruma/ruma/pull/1818
Closed by https://github.com/matrix-org/matrix-rust-sdk/pull/3461
Considering the file is likely to be encrypted, we need to decrypt it, and so… to load it. I don't know what mechanisms do you imagine to avoid loading the...
Should we assign the issue to @zecakeh then?