Merge branch 'ui' into ui

This commit is contained in:
Niels Andriesse
2021-06-29 13:37:11 +10:00
committed by GitHub
3 changed files with 250 additions and 4 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
}