Add videos tab to profile (#7517)

* Add videos tab to profile

* Modify sourceContext for author feeds

* Use actual typecast, better name for feedUri

* Make EOF conditional

* Clearer condition

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
This commit is contained in:
Eric Bailey
2025-01-21 18:45:33 -06:00
committed by GitHub
parent 1403570a6a
commit 6538013484
4 changed files with 54 additions and 13 deletions
+1
View File
@@ -49,6 +49,7 @@ export type AuthorFilter =
| 'posts_no_replies'
| 'posts_and_author_threads'
| 'posts_with_media'
| 'posts_with_video'
type FeedUri = string
type ListUri = string