mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +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 |
||
---|---|---|
.. | ||
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.