mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 15:01:27 +00:00
commit
c909e9757a
3 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,9 @@ class InternalApiController extends Controller
|
||||||
->simplePaginate(10)
|
->simplePaginate(10)
|
||||||
->map(function($bookmark) use($pid) {
|
->map(function($bookmark) use($pid) {
|
||||||
$status = StatusService::get($bookmark->status_id, false);
|
$status = StatusService::get($bookmark->status_id, false);
|
||||||
|
if(!$status) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
$status['bookmarked_at'] = $bookmark->created_at->format('c');
|
$status['bookmarked_at'] = $bookmark->created_at->format('c');
|
||||||
|
|
||||||
if($status) {
|
if($status) {
|
||||||
|
|
BIN
public/js/spa.js
vendored
BIN
public/js/spa.js
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue