mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-13 21:54:49 +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