Allow paging through My Stories

This commit is contained in:
Josh Perez 2022-08-22 13:44:23 -04:00 committed by GitHub
parent 70bdbe33d5
commit 6f7094bc19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 166 additions and 122 deletions

View file

@ -104,10 +104,16 @@ export enum StoryViewDirectionType {
Previous = 'Previous',
}
// Type of stories to view before closing the viewer
// All = All the stories in order
// Single = A single story. Like when clicking on a qouted story
// Unread = View only unread stories
// User = All of a user's stories
export enum StoryViewModeType {
Unread = 'Unread',
All = 'All',
Single = 'Single',
Unread = 'Unread',
User = 'User',
}
export type StoryDistributionListWithMembersDataType = Omit<