Use new filter for Posts tab on profile (#2150)
* Use new filter for Posts tab on profile * Update deps * Remove log
This commit is contained in:
parent
e1b1720cad
commit
9c0c18d5d0
6 changed files with 35 additions and 117 deletions
|
@ -35,6 +35,7 @@ type ActorDid = string
|
|||
type AuthorFilter =
|
||||
| 'posts_with_replies'
|
||||
| 'posts_no_replies'
|
||||
| 'posts_and_author_threads'
|
||||
| 'posts_with_media'
|
||||
type FeedUri = string
|
||||
type ListUri = string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue