mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update ReblogService
This commit is contained in:
parent
4482482e2a
commit
d48674154a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ReblogService
|
||||||
$pid = intval($parentId);
|
$pid = intval($parentId);
|
||||||
$id = intval($reblogId);
|
$id = intval($reblogId);
|
||||||
if($pid && $id) {
|
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