|
|
@ -86,8 +86,8 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
attachmentIds:[NSMutableArray new]
|
|
|
|
attachmentIds:[NSMutableArray new]
|
|
|
|
expiresInSeconds:transcript.expirationDuration
|
|
|
|
expiresInSeconds:transcript.expirationDuration
|
|
|
|
expireStartedAt:transcript.expirationStartedAt];
|
|
|
|
expireStartedAt:transcript.expirationStartedAt];
|
|
|
|
// Since updateWithWasDelivered is a new message, updateWithWasDelivered will save it.
|
|
|
|
// Since textMessage is a new message, updateWithWasSentAndDelivered will save it.
|
|
|
|
[textMessage updateWithWasDelivered];
|
|
|
|
[textMessage updateWithWasSentAndDelivered];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|