dendrite/federationapi/consumers
Kegan Dougal 4c84c4eeb4 Fix a race condition which could cause events to not be sent to servers
If a new room event which rewrites state arrives, we remove all joined hosts
then re-calculate them. This wasn't done in a transaction so for a brief period
we would have no joined hosts. During this interim, key change events which arrive
would not be sent to destination servers. This would sporadically fail on sytest.
2022-05-17 10:36:31 +01:00
..
keychange.go ALL THE LOGS 2022-05-16 17:50:13 +01:00
presence.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
receipts.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
roomserver.go Fix a race condition which could cause events to not be sent to servers 2022-05-17 10:36:31 +01:00
roomserver_test.go Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
sendtodevice.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00