Kevin Boos

Results 327 comments of 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. ![Screenshot 2025-01-14 at 11 41 35 AM](https://private-user-images.githubusercontent.com/8205468/402796115-325e70ee-2b70-4b1e-b735-657956874f9a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzY4Mzc2MjgsIm5iZiI6MTczNjgzNzMyOCwicGF0aCI6Ii84MjA1NDY4LzQwMjc5NjExNS0zMjVlNzBlZS0yYjcwLTRiMWUtYjczNS02NTc5NTY4NzRmOWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDExNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMTRUMDY0ODQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGZlMjFiZDFlNzA5ZjZkM2Q4YWZmN2JjODY3YjQzNzEzMWU5NWFlYTNhYjMwNmM2OGI4ZDdhZDc4Y2M4NjNkMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Zj6WR4PcP1wriL8C85_oTJ_aPU8_HfQYRwrQOlIjbS4) 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.