From 276460a240e1ded1ff097c37e2908f55802d8b4e Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Thu, 18 Mar 2021 23:45:12 +0100 Subject: =?UTF-8?q?=F0=9F=A9=B9=20Item:=20mark=20categoriesJson=20as=20upd?= =?UTF-8?q?ated=20in=20clone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Db/Item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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'); } -- cgit v1.2.3