Apply Following settings to Lists (#5313)
* Apply Following settings to Lists * Remove dead code
This commit is contained in:
parent
88813f57c9
commit
ce3893d816
3 changed files with 2 additions and 28 deletions
|
|
@ -51,7 +51,6 @@ type AuthorFilter =
|
|||
| 'posts_with_media'
|
||||
type FeedUri = string
|
||||
type ListUri = string
|
||||
type ListFilter = 'as_following' // Applies current Following settings. Currently client-side.
|
||||
|
||||
export type FeedDescriptor =
|
||||
| 'following'
|
||||
|
|
@ -59,7 +58,6 @@ export type FeedDescriptor =
|
|||
| `feedgen|${FeedUri}`
|
||||
| `likes|${ActorDid}`
|
||||
| `list|${ListUri}`
|
||||
| `list|${ListUri}|${ListFilter}`
|
||||
export interface FeedParams {
|
||||
mergeFeedEnabled?: boolean
|
||||
mergeFeedSources?: string[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue