summaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 09:30:31 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 09:30:31 +0200
commitf5c863705ba63b124decb3769fc26798bf12a016 (patch)
treee0932e7f1524c64eaab877f37975e772a5cc1980 /app/Models/Entry.php
parentfc5cae981f906bc887eaf053b1826f9153210423 (diff)
parent83832a39c4651bd3e4bfa007f75c91d040db79d3 (diff)
Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into aledeg-reading-conf
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index 0bf1f2616..5f1c8abc4 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -6,6 +6,8 @@ class FreshRSS_Entry extends Minz_Model {
const STATE_NOT_READ = 2;
const STATE_FAVORITE = 4;
const STATE_NOT_FAVORITE = 8;
+ const STATE_READ_STRICT = 16;
+ const STATE_NOT_READ_STRICT = 32;
private $id = 0;
private $guid;