summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 12:01:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 12:01:51 +0100
commit4b0ec60043b8fe0ebcfe86b5754dc8f594a5c26c (patch)
tree60a59ad144b90e0909f8533171c7a013b06125c5 /db
parenta61a5f2107d42412aae5ba41cda0a903aebf172c (diff)
expose feed ordering in api, #711
Diffstat (limited to 'db')
-rw-r--r--db/feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index 395035c97..49fba7538 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -126,6 +126,7 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'added',
'folderId',
'unreadCount',
+ 'ordering',
'link'
]);
}