Implement remaining menu actions

This commit is contained in:
Niels Andriesse
2021-06-29 13:26:33 +10:00
parent 8d45efde4d
commit 9f4571b0c1
2 changed files with 86 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class ExpirationTimerUpdate() : ControlMessage() {
}
}
internal constructor(duration: Int) : this() {
constructor(duration: Int) : this() {
this.syncTarget = null
this.duration = duration
}