This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Complement Adding a push rule wakes up an incremental /sync
is consistently failing #14456
Closed
Description
and it's irritating me.
https://github.com/matrix-org/synapse/actions/runs/3472783471/jobs/5804115166 e.g.
From early debugging it looks
- adding the push rule correctly wakes up a user_stream
- the user_stream calls its callback to generate a SyncResult
- we fetch global_account_data and get
{}
for our troubles - presumably it is supposed to be a nonempty dict?