Return video processing status in feed
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-11-06 22:40:18 -07:00
parent 73a58de36e
commit 2d6d3964ad
2 changed files with 39 additions and 0 deletions

View File

@@ -69,6 +69,15 @@ fragment VideoCardFields on VideoGQL {
}
name
}
currentProcessing {
errors {
message
}
status
statuses {
status
}
}
}
query GetVideoFeed(