|
|
@ -1061,7 +1061,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
}
|
|
|
|
}
|
|
|
|
OWSAssertDebug(disappearingMessagesConfiguration);
|
|
|
|
OWSAssertDebug(disappearingMessagesConfiguration);
|
|
|
|
[disappearingMessagesConfiguration saveWithTransaction:transaction];
|
|
|
|
[disappearingMessagesConfiguration saveWithTransaction:transaction];
|
|
|
|
NSString *name = [dataMessage.profile displayName] ?: [self.contactsManager displayNameForPhoneIdentifier:envelope.source transaction:transaction];
|
|
|
|
NSString *name = [dataMessage.profile displayName] ?: [SSKEnvironment.shared.profileManager profileNameForRecipientWithID:envelope.source transaction:transaction] ?: envelope.source;
|
|
|
|
|
|
|
|
|
|
|
|
// MJK TODO - safe to remove senderTimestamp
|
|
|
|
// MJK TODO - safe to remove senderTimestamp
|
|
|
|
OWSDisappearingConfigurationUpdateInfoMessage *message =
|
|
|
|
OWSDisappearingConfigurationUpdateInfoMessage *message =
|
|
|
|