mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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)
|
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)
|
public static function count($id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue