mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-24 14:39:21 +00:00
fix generating of message ID
This commit is contained in:
parent
458d299b4a
commit
56197b950e
@ -57,7 +57,7 @@ export function handleWakuMessage(
|
||||
)
|
||||
|
||||
const messageId = payloadToId(
|
||||
decodedProtocol?.publicMessage || decodedMetadata.payload,
|
||||
decodedProtocol?.publicMessage ?? wakuMessage.payload,
|
||||
publicKey
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user