mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-17 11:06:42 +00:00
fix generating of message ID
This commit is contained in:
parent
e0f5c2ae12
commit
dd67a504bf
@ -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