1
0
Fork 0

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
1 changed files with 2 additions and 1 deletions

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,
]
);
});