diff options
| author | 2015-11-23 08:30:00 +0100 | |
|---|---|---|
| committer | 2015-11-23 08:30:00 +0100 | |
| commit | 9534ea0e6b54cd899ac4432f1ae8f14258613ae6 (patch) | |
| tree | cdb04611be1326f40db731139f28307b8437db17 /p/api/greader.php | |
| parent | a90f6ad8407d5bfda66b7299124cf82f54153736 (diff) | |
Update greader.php
streamContents can know exclude target unread item
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/api/greader.php b/p/api/greader.php index b9942f0bc..3fa367299 100644 --- a/p/api/greader.php +++ b/p/api/greader.php @@ -361,6 +361,9 @@ function streamContents($path, $include_target, $start_time, $count, $order, $ex case 'user/-/state/com.google/read': $state = FreshRSS_Entry::STATE_NOT_READ; break; + case 'user/-/state/com.google/unread': + $state = FreshRSS_Entry::STATE_READ; + break; default: $state = FreshRSS_Entry::STATE_ALL; break; |
