dendrite/syncapi/consumers
Till 1555b3542d
Introduce a new stream for the appservice consumer (#3277)
This introduces a new stream the syncAPI produces to once it processed a
`OutputRoomEvent` and the appservices consumes.
This is to work around a race condition where appservices receive an
event before the syncAPI has handled it, this can result in e.g. calls
to `/joined_members` returning a wrong membership list.
2023-12-12 12:13:55 +01:00
..
clientapi.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
keychange.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
presence.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
receipts.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
roomserver.go Introduce a new stream for the appservice consumer (#3277) 2023-12-12 12:13:55 +01:00
sendtodevice.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
typing.go Transactional isolation for `/sync` (#2745) 2022-09-30 12:48:10 +01:00
userapi.go Transactional isolation for `/sync` (#2745) 2022-09-30 12:48:10 +01:00