]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Item.php
Remove DI dependency in Object\Api\Mastodon\Instance
[friendica.git] / src / Content / Item.php
index d28ec4066d66e250eea7f047219710f30598892d..ab5ff1698f8db1f9d8bf8ae1dd406f14e93d902d 100644 (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]);