mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update StatusController
This commit is contained in:
parent
c8c441aa4c
commit
3b1082032f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class StatusController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$status = Status::whereProfileId($user->id)
|
$status = Status::whereProfileId($user->id)
|
||||||
|
->whereNull('reblog_of_id')
|
||||||
->whereNotIn('visibility',['draft','direct'])
|
->whereNotIn('visibility',['draft','direct'])
|
||||||
->findOrFail($id);
|
->findOrFail($id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue