summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Object/AnnounceInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Object/AnnounceInterface.php')
-rw-r--r--lib/Interfaces/Object/AnnounceInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Interfaces/Object/AnnounceInterface.php b/lib/Interfaces/Object/AnnounceInterface.php
index f3456206..1f18fe52 100644
--- a/lib/Interfaces/Object/AnnounceInterface.php
+++ b/lib/Interfaces/Object/AnnounceInterface.php
@@ -305,7 +305,7 @@ class AnnounceInterface extends AbstractActivityPubInterface implements IActivit
'boosts', $this->actionsRequest->countActions($post->getId(), Announce::TYPE)
);
- $this->streamRequest->update($post, true);
+ $this->streamRequest->updateDetails($post);
}
/**