mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 08:05:58 +08:00
local cache
This commit is contained in:
@@ -11,5 +11,5 @@ func GetBlackIDsKey(ownerUserID string) string {
|
||||
}
|
||||
|
||||
func GetIsBlackIDsKey(possibleBlackUserID, userID string) string {
|
||||
return isBlackKey + possibleBlackUserID + "-" + userID
|
||||
return isBlackKey + userID + "-" + possibleBlackUserID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user