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
@@ -192,6 +192,7 @@ class Message(BaseModel):
)
txt_type: int = 0
signature: str | None = None
sender_key: str | None = None
outgoing: bool = False
acked: int = 0
sender_name: str | None = None