mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusHashtagService, fix delete bug
This commit is contained in:
parent
521b5b5b07
commit
46d4d256c5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class StatusHashtagService {
|
|||
|
||||
public static function del($key)
|
||||
{
|
||||
return Redis::zrem(self::CACHE_KEY . $key, $val);
|
||||
return Redis::zrem(self::CACHE_KEY . $key, $key);
|
||||
}
|
||||
|
||||
public static function count($id)
|
||||
|
|
Loading…
Reference in a new issue