mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 23:46:21 +00:00
feat: introduce the handling of poll messages for closed group poller
This commit is contained in:
@@ -32,6 +32,10 @@ sealed class GroupInfo {
|
||||
return result
|
||||
}
|
||||
|
||||
fun signingKey(): ByteArray {
|
||||
return if (adminKey.isNotEmpty()) adminKey else authData
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
data class LegacyGroupInfo(
|
||||
|
||||
Reference in New Issue
Block a user