Update AP Inbox

This commit is contained in:
Daniel Supernault 2019-06-24 22:46:35 -06:00
parent 8ad46b8c32
commit 234f1df097
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ class SearchController extends Controller
]
]];
} else if ($type == 'Note') {
$item = Helpers::statusFirstOrFetch($tag, false);
$item = Helpers::statusFetch($tag);
$tokens['posts'] = [[
'count' => 0,
'url' => $item->url(),