Change includeCallersVideos default to True #131

Merged
countablecloud merged 1 commits from mk/change-caller-video-default into master 2024-11-13 12:52:08 -07:00
Showing only changes of commit 087d511efc - Show all commits

View File

@ -59,7 +59,7 @@ type Query {
getFeedVideos(
limit: Int! = 5
after: String = null
includeCallersVideos: Boolean = false
includeCallersVideos: Boolean = true
filters: VideoFilterInput = null
): VideoHistoryGQL!
}