mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
67de4dbd0c
* Don't send `adds_state_events` in roomserver output events anymore * Set `omitempty` on some output fields that aren't always set * Add `AddsState` helper function * No-op if no added state event IDs * Revert "No-op if no added state event IDs" This reverts commit 71a0ef3df10e0d94234d916246c30b0a4e82b26e. * Revert "Add `AddsState` helper function" This reverts commit c9fbe45475eb12ae44d2a8da7c0fc3a002ad9819. |
||
---|---|---|
.. | ||
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.