Update StatusPipeline, add status_visibility to hashtag lexer

This commit is contained in:
Daniel Supernault 2019-07-07 23:32:05 -06:00
parent 39e58f60a2
commit 8ac2c9167c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -101,7 +101,8 @@ class StatusEntityLexer implements ShouldQueue
[
'status_id' => $status->id,
'hashtag_id' => $hashtag->id,
'profile_id' => $status->profile_id
'profile_id' => $status->profile_id,
'status_visibility' => $status->visibility,
]
);
});