forked from mirror/pixelfed
Update StatusController, fix scope bug
This commit is contained in:
parent
95cea65d39
commit
7dc3739c1d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class StatusController extends Controller
|
|||
|
||||
$status = Status::whereProfileId($user->id)
|
||||
->whereNull('reblog_of_id')
|
||||
->whereIn('scope', ['public','unlisted'])
|
||||
->whereIn('scope', ['public','unlisted', 'private'])
|
||||
->findOrFail($id);
|
||||
|
||||
if($status->uri || $status->url) {
|
||||
|
|
Loading…
Reference in a new issue