mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
commit
7db44d8d85
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ReblogService
|
|||
$pid = intval($parentId);
|
||||
$id = intval($reblogId);
|
||||
if($pid && $id) {
|
||||
return Redis::zadd(self::REBLOGS_KEY . $pid, $id);
|
||||
return Redis::zadd(self::REBLOGS_KEY . $pid, $id, $id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue