summaryrefslogtreecommitdiffstats
path: root/lib/Db/Feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Feed.php')
-rw-r--r--lib/Db/Feed.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Db/Feed.php b/lib/Db/Feed.php
index 473912acc..1d5721d3b 100644
--- a/lib/Db/Feed.php
+++ b/lib/Db/Feed.php
@@ -25,6 +25,16 @@ class Feed extends Entity implements IAPI, \JsonSerializable
{
use EntityJSONSerializer;
+ /**
+ * Silently import new items
+ */
+ const UPDATE_MODE_SILENT = 0;
+
+ /**
+ * Mark new items as unread.
+ */
+ const UPDATE_MODE_NORMAL = 1;
+
/** @var string */
protected $userId = '';
/** @var string */