summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Internal/SocialAppNotificationInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Internal/SocialAppNotificationInterface.php')
-rw-r--r--lib/Interfaces/Internal/SocialAppNotificationInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Interfaces/Internal/SocialAppNotificationInterface.php b/lib/Interfaces/Internal/SocialAppNotificationInterface.php
index 88eaca2c..8a155abe 100644
--- a/lib/Interfaces/Internal/SocialAppNotificationInterface.php
+++ b/lib/Interfaces/Internal/SocialAppNotificationInterface.php
@@ -70,7 +70,7 @@ class SocialAppNotificationInterface extends AbstractActivityPubInterface implem
$this->miscService->log(
'Updating notification: ' . json_encode($notification, JSON_UNESCAPED_SLASHES), 1
);
- $this->streamRequest->update($notification, true);
+ $this->streamRequest->update($notification);
}
public function delete(ACore $item): void {