Ensure to always have stored the receivers

This commit is contained in:
Michael 2023-11-06 09:57:23 +00:00
parent 5b2b73da92
commit b58cabdc41
2 changed files with 3 additions and 3 deletions

View file

@ -1049,8 +1049,6 @@ class Item
Tag::createImplicitMentions($post['uri-id'], $post['thr-parent-id']);
}
ActivityPub\Transmitter::storeReceiversForItem($post);
Hook::callAll('post_local_end', $post);
$author = DBA::selectFirst('contact', ['thumb'], ['uid' => $post['uid'], 'self' => true]);