mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 03:56:16 +00:00
Add the pubkey prefix as a filterable attribute in the reader
This commit is contained in:
@@ -481,6 +481,7 @@ class MessageReader:
|
|||||||
|
|
||||||
attributes = {
|
attributes = {
|
||||||
"raw": buf.hex(),
|
"raw": buf.hex(),
|
||||||
|
"pubkey_prefix": res["pubkey_pre"],
|
||||||
}
|
}
|
||||||
|
|
||||||
await self.dispatcher.dispatch(
|
await self.dispatcher.dispatch(
|
||||||
|
|||||||
Reference in New Issue
Block a user