Kevin Boos
Kevin Boos
I think you should reach out to the Matrix SDK developers on the matrix room for that, and ask them about the issue you mentioned here: https://github.com/project-robius/robrix/pull/162#discussion_r1894946412 There must be...
@alanpoon i see you marked this as "blocked". Are you considering this blocked on Matrix SDK features? or you're waiting to hear back from the SDK dev team? (I haven't...
> I asked in the matrix chat room. https://matrix.to/#/!IlysflVuQZDIcVLkcg:matrix.org/$3VJtkdI0yxVnlAMzh42q7lPl1MtrUzz6KxUmibpLUtM?via=matrix.org&via=element.io&via=envs.net oh ok, great. I did not know about that room. You should also ask the question in the [room dedicated to...
A final thought below: > > It seems like sync_once does not throw error, after deleting the Robius's local data. Hence I am requesting another review. > > Ah ok,...
I also just confirmed that we do enable `track_read_marker_and_receipts()` when building each room's `Timeline` instance, so that's thankfully not the problem.
> I've checked the element X android http request using emulator. It does also call /sync without `pos` parameter and with a timeout of 30 seconds. This suggests a sync_once...
> You are right. Sync_once corresponds to client/v3/sync?timeout=30000 which is not found in element X android app. Let me check again.  Thanks for...
> I have found the function to sync the room's read receipts. [docs.rs/matrix-sdk-ui/0.9.0/matrix_sdk_ui/room_list_service/struct.RoomListService.html#method.subscribe_to_rooms](https://docs.rs/matrix-sdk-ui/0.9.0/matrix_sdk_ui/room_list_service/struct.RoomListService.html#method.subscribe_to_rooms). > > The `room_subscription` was previously missing in the http request payload. Oh weird, I didn't know...
Ok I found the problem to (1) above -- you just needed to move the `room_screen_tooltip` inside of the `room_screen_wrapper` view, not beneath it. Probably just an accident. I've fixed...
now that i've merged #168, you'll need to resolve conflicts here and combine some of the code shared between this PR and #168.