Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett committed Jan 23, 2024
1 parent 45cd497 commit bf4cdf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/Module/IMManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class IMMananger: BaseServiceManager {
}

func uploadLogs(methodCall: FlutterMethodCall, result: @escaping FlutterResult) {
Open_im_sdkUploadLogs(BaseCallback(result: result), methodCall[string: "operationID"], method[string: "ex"], UploadLogsListener(channel: self
Open_im_sdkUploadLogs(BaseCallback(result: result), methodCall[string: "operationID"], methodCall[string: "ex"], UploadLogsListener(channel: self
.channel))
}

Expand Down
2 changes: 2 additions & 0 deletions ios/Classes/Module/UserManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ public class UserManager: BaseServiceManager {
self["getSubscribeUsersStatus"] = getSubscribeUsersStatus
self["getUserStatus"] = getUserStatus
self["getUsersInfoWithCache"] = getUsersInfoWithCache
/*
self["setSelfInfoEx"] = setSelfInfoEx
*/
}

func setUserListener(methodCall: FlutterMethodCall, result: @escaping FlutterResult){
Expand Down

0 comments on commit bf4cdf0

Please sign in to comment.