mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update NewStatusPipeline job
This commit is contained in:
parent
0621b38bb0
commit
6001039e94
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class NewStatusPipeline implements ShouldQueue
|
|||
$status = $this->status;
|
||||
|
||||
StatusEntityLexer::dispatch($status);
|
||||
//StatusActivityPubDeliver::dispatch($status);
|
||||
StatusActivityPubDeliver::dispatch($status);
|
||||
|
||||
Cache::forever('post.'.$status->id, $status);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue