Skip to content

Commit

Permalink
fix: Mutual state update messages are always seen (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaRogachev authored Jul 25, 2023
1 parent 6085a05 commit c757f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/messenger_contacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (m *Messenger) prepareMutualStateUpdateMessage(contactID string, updateType
From: from,
WhisperTimestamp: timestamp,
LocalChatID: contactID,
Seen: outgoing,
Seen: true,
ID: types.EncodeHex(crypto.Keccak256([]byte(fmt.Sprintf("%s%s%d%d", from, to, updateType, clock)))),
}

Expand Down

0 comments on commit c757f6c

Please sign in to comment.