Skip to content

Commit

Permalink
add isactive check to iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Feb 13, 2024
1 parent 90b6782 commit 2090e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/XMTPiOS/Group.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2090e35

Please sign in to comment.