From 0698e115e8d003d615e468c4fb9654e6bbc9107f Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 18 Feb 2026 02:07:35 -0800 Subject: [PATCH] fix: default video resolution is a non-existent size (#601) fixes #588 --- crates/core/config/Revolt.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/core/config/Revolt.toml b/crates/core/config/Revolt.toml index 9813a27f..13028ccc 100644 --- a/crates/core/config/Revolt.toml +++ b/crates/core/config/Revolt.toml @@ -244,7 +244,7 @@ voice_quality = 16000 # Whether the user can use video streams in voice calls video = true -# Mamimum resolution (width, height) of video streams in voice calls +# Maximum resolution (width, height) of video streams in voice calls video_resolution = [1080, 720] # Minimum and maximum aspect ratio of video streams in voice calls @@ -283,8 +283,8 @@ voice_quality = 16000 # Whether the user can use video streams in voice calls video = true -# Mamimum resolution (width, height) of video streams in voice calls -video_resolution = [1080, 720] +# Maximum resolution (width, height) of video streams in voice calls +video_resolution = [1280, 720] # Minimum and maximum aspect ratio of video streams in voice calls video_aspect_ratio = [0.3, 2.5] @@ -312,4 +312,4 @@ files = "" proxy = "" pushd = "" crond = "" -gifbox = "" \ No newline at end of file +gifbox = ""