2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-06 17:35:36 +00:00

Put prioritized users on top of inactive confcall.

This commit is contained in:
John Preston
2025-04-11 20:23:37 +04:00
parent 844be11d43
commit b583240d58
5 changed files with 284 additions and 36 deletions

View File

@@ -115,8 +115,6 @@ int AppConfig::confcallSizeLimit() const {
}
bool AppConfig::confcallPrioritizeVP8() const {
AssertIsDebug();
return false;
return get<bool>(u"confcall_use_vp8"_q, false);
}