1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-24 10:34:28 -05:00
dendrite/syncapi/streams
Neil Alexander e94ef84aab
De-race CompleteSync ()
The `err` was coming from outside of the goroutine and being written to by concurrent goroutines.
2022-08-01 15:55:56 +01:00
..
stream_accountdata.go syncapi: define specific interfaces for internal HTTP communications () 2022-05-05 09:56:03 +01:00
stream_devicelist.go Use sync API database in filterSharedUsers () 2022-07-15 16:25:26 +01:00
stream_invite.go Add possibility to ignore users () 2022-04-07 15:08:19 +01:00
stream_notificationdata.go Implement Push Notifications () 2022-03-03 11:40:53 +00:00
stream_pdu.go De-race CompleteSync () 2022-08-01 15:55:56 +01:00
stream_presence.go Silence presence logs () 2022-06-30 12:34:37 +02:00
stream_receipt.go Don't send account data or receipts for left/forgotten rooms () 2022-04-27 12:03:34 +01:00
stream_sendtodevice.go Add possibility to ignore users () 2022-04-07 15:08:19 +01:00
stream_typing.go Add possibility to ignore users () 2022-04-07 15:08:19 +01:00
streams.go Move LL cache () 2022-05-06 15:33:34 +02:00
template_stream.go Sync refactor — Part 1 () 2021-01-08 16:59:06 +00:00