Do not set conversation expire timer on incoming story msgs
This commit is contained in:
parent
5c5a7b3b36
commit
d0898cb0c2
2 changed files with 5 additions and 2 deletions
|
@ -2431,7 +2431,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
message.set({ expireTimer: dataMessage.expireTimer });
|
||||
}
|
||||
|
||||
if (!hasGroupV2Prop) {
|
||||
if (!hasGroupV2Prop && !isStory(message.attributes)) {
|
||||
if (isExpirationTimerUpdate(message.attributes)) {
|
||||
message.set({
|
||||
expirationTimerUpdate: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue