feat: introduce the handling of poll messages for closed group poller

This commit is contained in:
0x330a
2023-09-13 12:11:42 +10:00
parent df29ed8f16
commit 040696c08b
6 changed files with 141 additions and 28 deletions

View File

@@ -32,6 +32,10 @@ sealed class GroupInfo {
return result
}
fun signingKey(): ByteArray {
return if (adminKey.isNotEmpty()) adminKey else authData
}
}
data class LegacyGroupInfo(