Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet

pull/840/head
Vincent 5 years ago
commit 4913bcac57

@ -484,6 +484,7 @@ OutgoingMessage.prototype = {
sourceDevice: 1, sourceDevice: 1,
content, content,
pubKey: devicePubKey, pubKey: devicePubKey,
isFriendRequest: enableFallBackEncryption,
}; };
}) })
) )
@ -504,10 +505,7 @@ OutgoingMessage.prototype = {
this.timestamp, this.timestamp,
outgoingObject.ttl outgoingObject.ttl
); );
if ( if (outgoingObject.isFriendRequest) {
outgoingObject.type ===
textsecure.protobuf.Envelope.Type.FRIEND_REQUEST
) {
const conversation = ConversationController.get(destination); const conversation = ConversationController.get(destination);
if (conversation) { if (conversation) {
// Redundant for primary device but marks secondary devices as pending // Redundant for primary device but marks secondary devices as pending

Loading…
Cancel
Save