mirror of https://github.com/pixelfed/pixelfed.git
commit
7db44d8d85
|
@ -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 New Issue