update naming of functions, add option to get count of unread messages of user
This commit is contained in:
@@ -162,7 +162,7 @@ func GetWholeUser(ctx context.Context, user *types.User) error {
|
||||
return err
|
||||
}
|
||||
|
||||
cache.CacheSaveUser(user)
|
||||
cache.SaveUser(user)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user