0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-30 10:18:20 +02:00
dendrite/syncapi/streams
Neil Alexander 7307701a24
Tweak "state" and "timeline" filtering (#2844)
This should stop state events disappearing down a gap where we'd try to
separate out the sections *before* applying history visibility instead
of after.

This may be a better approach than #2843 but I hope @tak-hntlabs will
shout if it isn't.
2022-10-31 15:14:08 +00:00
..
stream_accountdata.go Remove empty fields from /sync response (#2755) 2022-10-05 13:47:13 +01:00
stream_devicelist.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_invite.go Fix invite -> leave -> join dance when accepting invites (#2817) 2022-10-21 09:26:22 +01:00
stream_notificationdata.go Always add UnreadNotifications to joined room reponses (#2793) 2022-10-14 10:38:12 +02:00
stream_pdu.go Tweak "state" and "timeline" filtering (#2844) 2022-10-31 15:14:08 +00:00
stream_presence.go Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
stream_receipt.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
stream_sendtodevice.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_typing.go Remove empty fields from /sync response (#2755) 2022-10-05 13:47:13 +01:00
streamprovider.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
streams.go Fix broken /sync due to transaction error 2022-09-30 16:07:18 +01:00
template_stream.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00