mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 06:38:25 +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
|
||||
return this
|
||||
}
|
||||
if (config.isEnabled) {
|
||||
expirationTimer = config.expiryMode.expirySeconds.toInt()
|
||||
lastDisappearingMessageChangeTimestamp = config.updatedTimestampMs
|
||||
if (ExpirationConfiguration.isNewConfigEnabled) {
|
||||
@ -74,7 +73,6 @@ abstract class Message {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return this
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user