feat: implement appservices
this also reverts some stateres changes
This commit is contained in:
parent
d62f17a91a
commit
6e5b35ea92
26 changed files with 696 additions and 584 deletions
|
@ -142,8 +142,8 @@ impl log::Log for ConduitLogger {
|
|||
mut_last_logs.insert(output.clone(), Instant::now());
|
||||
}
|
||||
|
||||
self.db.admin.send(AdminCommand::SendTextMessage(
|
||||
message::TextMessageEventContent::plain(output),
|
||||
self.db.admin.send(AdminCommand::SendMessage(
|
||||
message::MessageEventContent::text_plain(output),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue