summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');
}