Fix some compose panel bugs and reload workers when changed
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user