Update StatusPipeline, add status_visibility to hashtag lexer

pull/1480/head
Daniel Supernault 6 years ago
parent 39e58f60a2
commit 8ac2c9167c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save