summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Object/NoteInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Object/NoteInterface.php')
-rw-r--r--lib/Interfaces/Object/NoteInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Interfaces/Object/NoteInterface.php b/lib/Interfaces/Object/NoteInterface.php
index 161a79b6..27fccfe9 100644
--- a/lib/Interfaces/Object/NoteInterface.php
+++ b/lib/Interfaces/Object/NoteInterface.php
@@ -127,7 +127,7 @@ class NoteInterface extends AbstractActivityPubInterface implements IActivityPub
$count = $this->streamRequest->countRepliesTo($stream->getInReplyTo());
$orig->setDetailInt('replies', $count);
- $this->streamRequest->update($orig);
+ $this->streamRequest->updateDetails($orig);
} catch (StreamNotFoundException $e) {
}
}