Compare commits
No commits in common. "ff0a11ea0dce85ac054912ef8a4db146755ef649" and "f1ae2b62d6be9e42407563b22cf72f02e5a9f338" have entirely different histories.
ff0a11ea0d
...
f1ae2b62d6
@ -3045,7 +3045,6 @@ export type GetFeedQuery = {
|
||||
stream?: {
|
||||
__typename?: "UploadStreamGQL";
|
||||
id: string;
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
isCompleted: boolean;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
@ -3099,7 +3098,6 @@ export type VideoCardFieldsFragment = {
|
||||
stream?: {
|
||||
__typename?: "UploadStreamGQL";
|
||||
id: string;
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
isCompleted: boolean;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
@ -3156,7 +3154,6 @@ export type GetVideoFeedQuery = {
|
||||
stream?: {
|
||||
__typename?: "UploadStreamGQL";
|
||||
id: string;
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
isCompleted: boolean;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
@ -4737,7 +4734,6 @@ export const VideoCardFieldsFragmentDoc = gql`
|
||||
screenshotUri
|
||||
stream {
|
||||
id
|
||||
lastIntendedSegmentBound
|
||||
isCompleted
|
||||
}
|
||||
tableSize
|
||||
|
@ -36,7 +36,6 @@ fragment VideoCardFields on VideoGQL {
|
||||
screenshotUri
|
||||
stream {
|
||||
id
|
||||
lastIntendedSegmentBound
|
||||
isCompleted
|
||||
}
|
||||
tableSize
|
||||
|
Loading…
x
Reference in New Issue
Block a user