Admin room improvements

This commit is contained in:
Timo Kösters
2020-11-09 12:21:04 +01:00
parent 16b22bb432
commit 9f8cffcd22
18 changed files with 152 additions and 29 deletions

View File

@@ -404,7 +404,7 @@ pub fn send_transaction_message_route<'a>(
pdu_id.clone().into(),
&db.globals,
&db.account_data,
&db.sending,
&db.admin,
)?;
}
}