summaryrefslogtreecommitdiffstats
path: root/lib/Db/Feed.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-12-26 13:09:41 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-30 11:21:44 +0100
commit05377d023ef4d43818a4b42039c8143cb0f907e4 (patch)
treec01fc681c42671dad774de7dc7c46524eb9ae015 /lib/Db/Feed.php
parent27bd54058050a70bd1c9ec8cfcdf42d38541f1b0 (diff)
Remove PHPunit integration tests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
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 */