Skip to content

Commit

Permalink
解决server api撤回单聊消息无法撤回的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed May 23, 2022
1 parent 91669c6 commit 250b0cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ErrorCode action(ByteBuf ackPayload, String clientID, String fromUser, Pr
return ErrorCode.ERROR_CODE_NOT_EXIST;
}

publish(fromUser, clientID, message, requestSourceType);
publish(message.getFromUser(), clientID, message, requestSourceType);

return errorCode;
}
Expand Down

0 comments on commit 250b0cc

Please sign in to comment.