fix multi device disappearing message issue

This commit is contained in:
Brice-W 2021-03-31 17:14:51 +11:00
parent 7121aa85fb
commit 5c87cef26a

View File

@ -10,6 +10,8 @@ class ExpirationTimerUpdate() : ControlMessage() {
var syncTarget: String? = null
var duration: Int? = 0
override val isSelfSendValid: Boolean = true
companion object {
const val TAG = "ExpirationTimerUpdate"