Skip to content

Commit 89b816a

Browse files
committed
feat(IM): change IMCategorizedMessage.rawData.get to public
close #271
1 parent 29dcdad commit 89b816a

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)