forked from mirror/pixelfed
Update StatusEntityLexer
This commit is contained in:
parent
305fd10519
commit
865f852a8e
1 changed files with 3 additions and 3 deletions
|
@ -113,9 +113,9 @@ class StatusEntityLexer implements ShouldQueue
|
|||
$m->status_id = $status->id;
|
||||
$m->profile_id = $mentioned->id;
|
||||
$m->save();
|
||||
});
|
||||
|
||||
MentionPipeline::dispatch($status, $m);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue