Remove some dead code and unify param names around not sending for actual real life messages vs. historical decrypt

This commit is contained in:
Jack Kingsman
2026-03-06 14:11:23 -08:00
parent 9d03844371
commit d7d06ec1f8
4 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ async def _run_historical_channel_decryption(
timestamp=result.timestamp,
received_at=packet_timestamp,
path=path_hex,
trigger_bot=False, # Historical decryption should not trigger bot
realtime=False, # Historical decryption should not trigger fanout
)
if msg_id is not None: