minor fix

This commit is contained in:
Ryan ZHAO 2021-03-15 16:14:49 +11:00
parent 424aee5fb3
commit 3cb20c9250

View File

@ -52,8 +52,8 @@ class ClosedGroupControlMessage() : ControlMessage() {
class MembersRemoved(var members: List<ByteString>) : Kind() { class MembersRemoved(var members: List<ByteString>) : Kind() {
internal constructor(): this(listOf()) internal constructor(): this(listOf())
} }
class MemberLeft : Kind() class MemberLeft() : Kind()
class EncryptionKeyPairRequest: Kind() class EncryptionKeyPairRequest(): Kind()
val description: String = run { val description: String = run {
when(this) { when(this) {