Skip to content

Commit

Permalink
make decrypted message more public (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima authored Nov 27, 2023
1 parent ff07763 commit 7e1edef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Sources/XMTP/Messages/DecryptedMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import Foundation

public struct DecryptedMessage {
var id: String
var encodedContent: EncodedContent
var senderAddress: String
var sentAt: Date
var topic: String = ""
public var id: String
public var encodedContent: EncodedContent
public var senderAddress: String
public var sentAt: Date
public var topic: String = ""
}
2 changes: 1 addition & 1 deletion XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "XMTP"
spec.version = "0.6.9-alpha0"
spec.version = "0.6.10-alpha0"
spec.summary = "XMTP SDK Cocoapod"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7e1edef

Please sign in to comment.