Skip to content

Commit

Permalink
fix:set prv chat params
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomingg committed Apr 1, 2022
1 parent 650b201 commit 1552696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_wrapper/ws_local_server/ws_conversation_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (wsRouter *WsFuncRouter) SetOneConversationPrivateChat(input string, operat
return
}
userWorker := open_im_sdk.GetUserWorker(wsRouter.uId)
if !wsRouter.checkResourceLoadingAndKeysIn(userWorker, input, operationID, runFuncName(), m, "conversationID", "privateChat") {
if !wsRouter.checkResourceLoadingAndKeysIn(userWorker, input, operationID, runFuncName(), m, "conversationID", "isPrivate") {
return
}
userWorker.Conversation().SetOneConversationPrivateChat(&BaseSuccessFailed{runFuncName(), operationID, wsRouter.uId}, m["conversationID"].(string), m["isPrivate"].(bool), operationID)
Expand Down

0 comments on commit 1552696

Please sign in to comment.