feat: implement appservices

this also reverts some stateres changes
This commit is contained in:
Timo Kösters
2020-12-08 10:33:44 +01:00
parent d62f17a91a
commit 6e5b35ea92
26 changed files with 696 additions and 584 deletions

View File

@@ -35,6 +35,7 @@ pub async fn redact_event_route(
&db.sending,
&db.admin,
&db.account_data,
&db.appservice,
)?;
db.flush().await?;