diff options
| author | 2014-09-17 11:24:31 +0200 | |
|---|---|---|
| committer | 2014-09-17 11:24:31 +0200 | |
| commit | 6e140d82b033e1304d7495d990ec0295fa7ffaa1 (patch) | |
| tree | 62d0aff4bb319c0946d6560dbea964496f82c59b /app/Models/Entry.php | |
| parent | fc5cae981f906bc887eaf053b1826f9153210423 (diff) | |
| parent | 9fec7f328b077993499c282ccb59414fb50ca84f (diff) | |
Merge branch 'aledeg-reading-conf' into dev
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 2 |
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; |
