Fix some compose panel bugs and reload workers when changed

This commit is contained in:
2026-02-16 13:39:48 +00:00
parent 9ce50a3053
commit 8ca1695fab
7 changed files with 177 additions and 25 deletions

View File

@@ -1033,7 +1033,7 @@ class XMPPComponent(ComponentXMPP):
sender="XMPP",
text=body,
ts=int(now().timestamp() * 1000),
# outgoing=detail.is_outgoing_message, ????????? TODO:
outgoing=True,
)
self.log.info("Stored a message sent from XMPP in the history.")