mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-16 06:20:54 +00:00
fix multi device disappearing message issue
This commit is contained in:
parent
7121aa85fb
commit
5c87cef26a
@ -10,6 +10,8 @@ class ExpirationTimerUpdate() : ControlMessage() {
|
|||||||
var syncTarget: String? = null
|
var syncTarget: String? = null
|
||||||
var duration: Int? = 0
|
var duration: Int? = 0
|
||||||
|
|
||||||
|
override val isSelfSendValid: Boolean = true
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val TAG = "ExpirationTimerUpdate"
|
const val TAG = "ExpirationTimerUpdate"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user