Skip to content

Commit e1d3baf

Browse files
committed
Remove unneeded check
1 parent 1041b15 commit e1d3baf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,8 +1534,6 @@
15341534
handleIncomingMessage(wakuMessage) {
15351535
console.log("handling incoming message", wakuMessage)
15361536
try {
1537-
if (!wakuMessage.payload || !wakuMessage.payload.length || !this.Chat2Message) return;
1538-
15391537
// Check if this message's hash matches any missing message retrieval hints
15401538
// The retrieval hint should be the message ID itself
15411539
const messageId = ReliableChannel.getMessageId(wakuMessage.payload)

0 commit comments

Comments
 (0)