mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
fix: Mutual state update messages are always seen (#3778)
This commit is contained in:
parent
6085a05f77
commit
c757f6c6b9
@ -78,7 +78,7 @@ func (m *Messenger) prepareMutualStateUpdateMessage(contactID string, updateType
|
|||||||
From: from,
|
From: from,
|
||||||
WhisperTimestamp: timestamp,
|
WhisperTimestamp: timestamp,
|
||||||
LocalChatID: contactID,
|
LocalChatID: contactID,
|
||||||
Seen: outgoing,
|
Seen: true,
|
||||||
ID: types.EncodeHex(crypto.Keccak256([]byte(fmt.Sprintf("%s%s%d%d", from, to, updateType, clock)))),
|
ID: types.EncodeHex(crypto.Keccak256([]byte(fmt.Sprintf("%s%s%d%d", from, to, updateType, clock)))),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user