diff --git a/src/schema.gql b/src/schema.gql index a65e556..c338b4b 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -59,7 +59,7 @@ type Query { getFeedVideos( limit: Int! = 5 after: String = null - includeCallersVideos: Boolean = false + includeCallersVideos: Boolean = true filters: VideoFilterInput = null ): VideoHistoryGQL! }