mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
mark all as read
This commit is contained in:
@@ -152,9 +152,9 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http,
|
||||
entry : entry
|
||||
});
|
||||
EntryService.mark({
|
||||
_type : 'entry',
|
||||
_id : entry.id,
|
||||
_readtype : read
|
||||
type : 'entry',
|
||||
id : entry.id,
|
||||
read : read
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user