summaryrefslogtreecommitdiffstats
path: root/lib/Model/ActivityPub/Object/Note.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/ActivityPub/Object/Note.php')
-rw-r--r--lib/Model/ActivityPub/Object/Note.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/ActivityPub/Object/Note.php b/lib/Model/ActivityPub/Object/Note.php
index 3cf9b683..0cbc5238 100644
--- a/lib/Model/ActivityPub/Object/Note.php
+++ b/lib/Model/ActivityPub/Object/Note.php
@@ -129,6 +129,7 @@ class Note extends Stream implements JsonSerializable {
parent::import($data);
$this->importAttachments($this->getArray('attachment', $data, []));
+ $this->fillHashtags();
}