feat: (re)add tracking for where messages have been seen (#26)

Reviewed-on: #26
Co-authored-by: Ren Amamiya <reya@lume.nu>
Co-committed-by: Ren Amamiya <reya@lume.nu>
This commit was merged in pull request #26.
This commit is contained in:
Ren Amamiya
2026-03-31 05:26:04 +00:00
committed by reya
parent b0ba2549d7
commit 8345def015
3 changed files with 73 additions and 9 deletions

View File

@@ -13,4 +13,5 @@ pub enum Command {
Copy(PublicKey),
Relays(PublicKey),
Njump(PublicKey),
Trace(EventId),
}