Update ReblogService

pull/3303/head
Daniel Supernault 3 years ago
parent 4482482e2a
commit d48674154a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save