mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 07:01:29 +00:00
Fix disappearing messages proto OFF message
This commit is contained in:
parent
d6ba78606e
commit
eb97c698f2
@ -62,7 +62,6 @@ abstract class Message {
|
|||||||
expirationTimer = 0
|
expirationTimer = 0
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
if (config.isEnabled) {
|
|
||||||
expirationTimer = config.expiryMode.expirySeconds.toInt()
|
expirationTimer = config.expiryMode.expirySeconds.toInt()
|
||||||
lastDisappearingMessageChangeTimestamp = config.updatedTimestampMs
|
lastDisappearingMessageChangeTimestamp = config.updatedTimestampMs
|
||||||
if (ExpirationConfiguration.isNewConfigEnabled) {
|
if (ExpirationConfiguration.isNewConfigEnabled) {
|
||||||
@ -74,7 +73,6 @@ abstract class Message {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user