admin terminal console

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-10 06:02:17 +00:00
parent 5df7443437
commit 571ab6ac2b
17 changed files with 1190 additions and 681 deletions

View file

@ -498,7 +498,7 @@ impl Service {
{
services()
.admin
.process_message(body, pdu.event_id.clone())
.command(body, Some(pdu.event_id.clone()))
.await;
}
}