Skip to content

Commit 168331e

Browse files
authored
Merge pull request #280 from zapcannon87/developer
feat(IM): change IMCategorizedMessage.rawData.get to public
2 parents b3a4736 + 89b816a commit 168331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RTM/IMMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ open class IMCategorizedMessage: IMMessage, IMMessageCategorizing {
368368
try super.set(content: content)
369369
}
370370

371-
var rawData: [String: Any] = [:]
371+
public internal(set) var rawData: [String: Any] = [:]
372372

373373
/// Get and set value via subscript syntax.
374374
public subscript(key: String) -> Any? {

0 commit comments

Comments
 (0)