summaryrefslogtreecommitdiffstats
path: root/lib/Db/FeedType.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/FeedType.php')
-rw-r--r--lib/Db/FeedType.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Db/FeedType.php b/lib/Db/FeedType.php
index 23adbefb3..bf487992c 100644
--- a/lib/Db/FeedType.php
+++ b/lib/Db/FeedType.php
@@ -21,4 +21,5 @@ class FeedType
const SUBSCRIPTIONS = 3;
const SHARED = 4;
const EXPLORE = 5;
+ const UNREAD = 6;
}