Erik Johnston

Results 144 comments of Erik Johnston

Aha, looks like `sliding_sync_membership_snapshots` thinks the room is forgotten, would be my guess. Final SQL queries hopefully: ```sql SELECT membership_event_id, membership, forgotten FROM sliding_sync_membership_snapshots WHERE room_id = ? AND user_id...

OK great. That's the problem then, somehow the `forgotten` flag is set in `sliding_sync_membership_snapshots` when it shouldn't be (as that membership event ID wasn't forgotten).

The HAR of the sync requests ``` https://call-unstable.ems.host/_matrix/client/v3/sync?filter=0&timeout=30000&set_presence=online&since=s1002136_1_12_1333_4049_1_426_5717_0_1 { "next_batch": "s1002138_1_12_1333_4050_1_426_5717_0_1", "timeline": { "events": [ { "type": "org.matrix.msc3401.call.member", "sender": "@hughns2:call-unstable.ems.host", "state_key": "@hughns2:call-unstable.ems.host", "unsigned": { "replaces_state": "$91MdSs1OcBO5xguVL2zeNhBQlo3hAt_DyFaEZkW8SfQ", }, "event_id": "$q5m5Fk6Q0WuGC6PAR5QqrfnFPnXqz30amvy3vpf5NqM" }...

> @erikjohnston feedbacks that he's a difficult (reasonable) person who would like to have shortcuts for muting/unmuting and actions but the _numeric_ reaction buttons are annoying. > > I'm actually...