forked from mirror/pixelfed
Update StatusPipeline, add status_visibility to hashtag lexer
This commit is contained in:
parent
39e58f60a2
commit
8ac2c9167c
|
@ -101,7 +101,8 @@ class StatusEntityLexer implements ShouldQueue
|
||||||
[
|
[
|
||||||
'status_id' => $status->id,
|
'status_id' => $status->id,
|
||||||
'hashtag_id' => $hashtag->id,
|
'hashtag_id' => $hashtag->id,
|
||||||
'profile_id' => $status->profile_id
|
'profile_id' => $status->profile_id,
|
||||||
|
'status_visibility' => $status->visibility,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue