dendrite/syncapi/streams
Till 8c5b166784
Use the stream positions of the notifier (#2768)
Use the stream positions of the notifier, which might have advanced
since setting it at the beginning of the loop. This possibly helps in
reducing roundtrips to the SyncAPI, just because we didn't fetch the
latest data.
Also fixes a minor oversight in the receipts stream.
2022-10-06 11:57:13 +01: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 Remove empty fields from /sync response (#2755) 2022-10-05 13:47:13 +01:00
stream_notificationdata.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_pdu.go Remove empty fields from /sync response (#2755) 2022-10-05 13:47:13 +01:00
stream_presence.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_receipt.go Use the stream positions of the notifier (#2768) 2022-10-06 11:57:13 +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