mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Add the pubkey prefix as a filterable attribute in the reader
This commit is contained in:
parent
b0dd9d1123
commit
5175dcff22
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ class MessageReader:
|
|||
|
||||
attributes = {
|
||||
"raw": buf.hex(),
|
||||
"pubkey_prefix": res["pubkey_pre"],
|
||||
}
|
||||
|
||||
await self.dispatcher.dispatch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue