From 2090e35bcb0ae9713ea864b3b9371c4a3f7f7c90 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Mon, 12 Feb 2024 22:37:08 -0800 Subject: [PATCH] add isactive check to iOS --- Sources/XMTPiOS/Group.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/XMTPiOS/Group.swift b/Sources/XMTPiOS/Group.swift index 14091272..fdd66151 100644 --- a/Sources/XMTPiOS/Group.swift +++ b/Sources/XMTPiOS/Group.swift @@ -58,6 +58,10 @@ public struct Group: Identifiable, Equatable, Hashable { public func hash(into hasher: inout Hasher) { id.hash(into: &hasher) } + + public var isActive: Bool { + ffiGroup.isActive() + } public var memberAddresses: [String] { do {