summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-18 23:45:12 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commit276460a240e1ded1ff097c37e2908f55802d8b4e (patch)
treee99f42cb5f58ca35a0d4c7bca69ea4a72c4a5d9a /lib
parent35dc4cf033ee828759481f50952a4376f6d6c656 (diff)
🩹 Item: mark categoriesJson as updated in clone
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/Item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 81bbe85a8..6952474b9 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -119,6 +119,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
$this->markFieldUpdated('fingerprint');
$this->markFieldUpdated('unread');
$this->markFieldUpdated('starred');
+ $this->markFieldUpdated('categoriesJson');
$this->markFieldUpdated('sharedBy');
}