Don't expire incoming expiration timer updates
This commit is contained in:
parent
75cb7b6b13
commit
7dac480df5
3 changed files with 28 additions and 5 deletions
|
@ -545,7 +545,7 @@ export function isMessageHistoryUnsynced(
|
|||
// Expiration Timer Update
|
||||
|
||||
export function isExpirationTimerUpdate(
|
||||
message: MessageAttributesType
|
||||
message: Pick<MessageAttributesType, 'flags'>
|
||||
): boolean {
|
||||
const flag =
|
||||
window.textsecure.protobuf.DataMessage.Flags.EXPIRATION_TIMER_UPDATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue