mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add a setting to mark entries of a feed as read after a number of days (#2041)
This commit is contained in:
@@ -30,6 +30,7 @@ export interface Subscription {
|
||||
filter?: string
|
||||
filterLegacy?: string
|
||||
pushNotificationsEnabled: boolean
|
||||
autoMarkAsReadAfterDays?: number
|
||||
}
|
||||
|
||||
export interface Category {
|
||||
@@ -112,6 +113,7 @@ export interface FeedModificationRequest {
|
||||
position?: number
|
||||
filter?: string
|
||||
pushNotificationsEnabled: boolean
|
||||
autoMarkAsReadAfterDays?: number
|
||||
}
|
||||
|
||||
export interface GetEntriesRequest {
|
||||
|
||||
Reference in New Issue
Block a user