summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 17:49:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 17:49:58 +0100
commit99b38506e8fcbb0e5aa17cc238d34c6dcbf6cd99 (patch)
treebf8d9d91bf24e1bb18b6b9ec7e743fb4ebd95e86 /db
parentc91a32982d0df1c0e1acc0d5ac8cca7dfb6cc63f (diff)
remove lastmodified and etag from api
Diffstat (limited to 'db')
-rw-r--r--db/feed.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/feed.php b/db/feed.php
index 987e1e674..95aa93819 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -120,8 +120,6 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'added',
'folderId',
'unreadCount',
- 'lastModified',
- 'etag',
'link'
]);
}