forked-synapse/changelog.d/17695.bugfix
Erik Johnston a851f6b237
Sliding sync: Add connection tracking to the account_data extension (#17695)
This is basically exactly the same logic as for receipts. Essentially we
just need to track which room account data we have and haven't sent down
to clients, and use that when we pull stuff out.

I think this just needs a couple of extra tests written

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
2024-09-19 19:51:51 +01:00

2 lines
93 B
Plaintext

Fix bug where room account data would not correctly be sent down sliding sync for old rooms.