Skip to content

Commit

Permalink
fix visibility of new childMessagesProperty (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: cameronvoell <[email protected]>
  • Loading branch information
cameronvoell and cameronvoell authored Feb 1, 2025
1 parent f4c7336 commit f26b62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/XMTPiOS/Libxmtp/Message.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum SortDirection {
public struct Message: Identifiable {
let ffiMessage: FfiMessage
private let decodedContent: Any?
let childMessages: [Message]?
public let childMessages: [Message]?

public var id: String {
ffiMessage.id.toHex
Expand Down
2 changes: 1 addition & 1 deletion XMTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "XMTP"
spec.version = "3.0.25"
spec.version = "3.0.26"

spec.summary = "XMTP SDK Cocoapod"

Expand Down

0 comments on commit f26b62e

Please sign in to comment.