mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 14:51:40 +00:00
a2773922d2
* Check membership of room * Use QueryStateAfterEventsResponse * Fix complexity * Changes that I made a long time ago * Rename to appserviceJoinedAtEvent * Check membership in GetMemberships * Update QueryMembershipsForRoom * Tweaks in client API * Update appserviceJoinedAtEvent * Comments * Try QueryMembershipForUser instead * Undo some changes to client API that shouldn't be needed * More /event tweaks * Refactor /event bit * Go back to QueryMembershipsForRoom because appservices are hard * Fix bugs in onMessage * Add comments Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com> |
||
---|---|---|
.. | ||
api | ||
consumers | ||
inthttp | ||
query | ||
storage | ||
types | ||
workers | ||
appservice.go | ||
README.md |
Application Service
This component interfaces with external Application Services. This includes any HTTP endpoints that application services call, as well as talking to any HTTP endpoints that application services provide themselves.
Consumers
This component consumes and filters events from the Roomserver Kafka stream, passing on any necessary events to subscribing application services.