Set expireTimer to null to unset
// FREEBIE
This commit is contained in:
parent
0fac2e1d68
commit
6509646bdb
3 changed files with 5 additions and 2 deletions
|
@ -424,7 +424,7 @@
|
|||
message.get('received_at'));
|
||||
}
|
||||
} else if (conversation.get('expireTimer')) {
|
||||
conversation.updateExpirationTimer(0, source,
|
||||
conversation.updateExpirationTimer(null, source,
|
||||
message.get('received_at'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue