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…
Reference in New Issue