Browse Source

Update ReblogService

Daniel Supernault 3 years ago
parent
commit
4482482e2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Services/ReblogService.php

+ 2 - 2
app/Services/ReblogService.php

@@ -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)
 	{