From 5175dcff22543f5d2c5b5c914443df1404b91ff3 Mon Sep 17 00:00:00 2001 From: Alex Wolden Date: Thu, 28 Aug 2025 13:06:29 -0700 Subject: [PATCH] Add the pubkey prefix as a filterable attribute in the reader --- src/meshcore/reader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshcore/reader.py b/src/meshcore/reader.py index bef6262..1400f0f 100644 --- a/src/meshcore/reader.py +++ b/src/meshcore/reader.py @@ -481,6 +481,7 @@ class MessageReader: attributes = { "raw": buf.hex(), + "pubkey_prefix": res["pubkey_pre"], } await self.dispatcher.dispatch(