We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1585f commit b231c00Copy full SHA for b231c00
library/src/main/java/org/xmtp/android/library/Contacts.kt
@@ -178,7 +178,7 @@ class ConsentList(val client: Client) {
178
179
return entry?.consentType ?: ConsentState.UNKNOWN
180
}
181
-
+
182
fun groupState(groupId: ByteArray): ConsentState {
183
val entry = entries[ConsentListEntry.groupId(groupId).key]
184
0 commit comments