summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-26 14:10:48 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-07-26 14:10:48 -0100
commite2fd1c7a7ebd53ead923938428d0df156b447d1e (patch)
treec5dc50c009acee5c1c7474096aaec8e496b2e742
parentb35dd395a50aae929d88edc0bbf653f506fde832 (diff)
fixing an issue during import from remote instance
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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();
}