summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 1258c2d13..3a8444276 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -160,7 +160,9 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'unreadCount',
'ordering',
'link',
- 'pinned'
+ 'pinned',
+ 'updateErrorCount',
+ 'lastUpdateError'
]);
}