Guard flood scope and be better about blocking

This commit is contained in:
Jack Kingsman
2026-03-04 20:15:44 -08:00
parent e439bc913a
commit 03f4963966
12 changed files with 35 additions and 5 deletions
+1
View File
@@ -154,6 +154,7 @@ class MessageRepository:
paths=MessageRepository._parse_paths(row["paths"]),
txt_type=row["txt_type"],
signature=row["signature"],
sender_key=row["sender_key"],
outgoing=bool(row["outgoing"]),
acked=row["acked"],
sender_name=row["sender_name"],