Move to modular fanout bus

This commit is contained in:
Jack Kingsman
2026-03-05 17:16:13 -08:00
parent 93b5bd908a
commit 7cd54d14d8
34 changed files with 2489 additions and 1292 deletions
+2
View File
@@ -209,6 +209,7 @@ async def create_message_from_decrypted(
sender_name=sender,
sender_key=resolved_sender_key,
).model_dump(),
realtime=trigger_bot,
)
# Run bot if enabled (for incoming channel messages, not historical decryption)
@@ -332,6 +333,7 @@ async def create_dm_message_from_decrypted(
sender_name=sender_name,
sender_key=conversation_key if not outgoing else None,
).model_dump(),
realtime=trigger_bot,
)
# Update contact's last_contacted timestamp (for sorting)