mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
ad6b902b84
This PR refactors the app services component. It makes the following changes:
* Each appservice now gets its own NATS JetStream consumer
* The appservice database is now removed entirely, since we just use JetStream as a data source instead
* The entire component is now much simpler and we deleted lots of lines of code 💅
The result is that it should be much lighter and hopefully much more performant.
|
||
---|---|---|
.. | ||
config_appservice.go | ||
config_clientapi.go | ||
config_federationapi.go | ||
config_global.go | ||
config_jetstream.go | ||
config_keyserver.go | ||
config_mediaapi.go | ||
config_mscs.go | ||
config_roomserver.go | ||
config_syncapi.go | ||
config_test.go | ||
config_userapi.go | ||
config.go |