0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00
dendrite/syncapi/streams
Neil Alexander d32f60249d
Modify sync transaction behaviour (#2758)
This now uses a transaction per stream, so that errors in one stream
don't propagate to another, and we therefore no longer need to do hacks
to reopen a new transaction after aborting a failed one.
2022-10-03 11:38:20 +01:00
..
stream_accountdata.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_devicelist.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_invite.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_notificationdata.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_pdu.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_presence.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_receipt.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_sendtodevice.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_typing.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +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