mirror of https://github.com/pixelfed/pixelfed.git
Update ReblogService
This commit is contained in:
parent
ebe9c54dae
commit
4482482e2a
|
@ -9,8 +9,8 @@ use App\Status;
|
|||
class ReblogService
|
||||
{
|
||||
const CACHE_KEY = 'pf:services:reblogs:';
|
||||
const REBLOGS_KEY = 'pf:services:reblogs:post:';
|
||||
const COLDBOOT_KEY = 'pf:services:reblogs:post_:';
|
||||
const REBLOGS_KEY = 'pf:services:reblogs:v1:post:';
|
||||
const COLDBOOT_KEY = 'pf:services:reblogs:v1:post_:';
|
||||
|
||||
public static function get($profileId, $statusId)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue