dendrite/syncapi/consumers
Tommie Gannert 10b3330511 Fix a bug in EDU Typing handling in syncapi.
When a user's typing status times out, it must advance both the
Notifier and the EDUCache. This inconsistency meant that some Sytests
that only does a single `/sync` saw a returned event stream it didn't
expect (though empty), and failed.

In production, this likely just has the effect of adding extra load on
`/sync`, as the stream positions will resync the next time a user is
added or removed via API.
2021-11-29 10:36:43 +01:00
..
clientapi.go Add Sentry support (#1803) 2021-03-24 10:25:24 +00:00
eduserver_receipts.go Add Sentry support (#1803) 2021-03-24 10:25:24 +00:00
eduserver_sendtodevice.go Add Sentry support (#1803) 2021-03-24 10:25:24 +00:00
eduserver_typing.go Fix a bug in EDU Typing handling in syncapi. 2021-11-29 10:36:43 +01:00
keychange.go Guard in all key consumers 2021-11-16 09:27:49 +00:00
roomserver.go Don't set prev state when it is the same as the event it replaces (#1936) 2021-07-22 16:46:36 +01:00