local cache

This commit is contained in:
withchao
2024-01-10 16:24:46 +08:00
parent 8ff8861603
commit 006e4a1e93
5 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ func GetBlackIDsKey(ownerUserID string) string {
}
func GetIsBlackIDsKey(possibleBlackUserID, userID string) string {
return isBlackKey + possibleBlackUserID + "-" + userID
return isBlackKey + userID + "-" + possibleBlackUserID
}