2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Change default for business recipients.

This commit is contained in:
John Preston
2024-02-23 09:17:13 +04:00
parent dd0bdd62fb
commit c513906996
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ struct BusinessChats {
struct BusinessRecipients {
BusinessChats included;
BusinessChats excluded;
bool onlyIncluded = false;
bool allButExcluded = false;
friend inline bool operator==(
const BusinessRecipients &a,