mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: deprecate user setting legacy api
This commit is contained in:
@@ -4,10 +4,6 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func getUserSettingCacheKey(userID int32, key string) string {
|
||||
return fmt.Sprintf("%d-%s", userID, key)
|
||||
}
|
||||
|
||||
func getUserSettingV1CacheKey(userID int32, key string) string {
|
||||
return fmt.Sprintf("%d-%s-v1", userID, key)
|
||||
}
|
||||
|
Reference in New Issue
Block a user