mirror of
https://github.com/friendica/friendica
synced 2025-04-30 14:24:22 +02:00
Ensure to always have stored the receivers
This commit is contained in:
parent
5b2b73da92
commit
b58cabdc41
2 changed files with 3 additions and 3 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue