0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-05 23:53:45 +01:00
dendrite/syncapi/streams
sergekh2 6b6b420b9f
Fix issue with sync API not advancing. (#2603)
Issue: During conversation, under some conditions, sync cookie is not advanced, and, as a result, client loops on the same sync API call creating high traffic and CPU load.
Fix: pdu component of cookie was updated incorrectly.
2022-08-02 09:43:48 +01:00
..
stream_accountdata.go syncapi: define specific interfaces for internal HTTP communications (#2416) 2022-05-05 09:56:03 +01:00
stream_devicelist.go Use sync API database in filterSharedUsers (#2572) 2022-07-15 16:25:26 +01:00
stream_invite.go
stream_notificationdata.go
stream_pdu.go Fix issue with sync API not advancing. (#2603) 2022-08-02 09:43:48 +01:00
stream_presence.go Silence presence logs (#2547) 2022-06-30 12:34:37 +02:00
stream_receipt.go
stream_sendtodevice.go
stream_typing.go
streams.go Move LL cache (#2429) 2022-05-06 15:33:34 +02:00
template_stream.go