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

Beta version 2.6.3.

- Fix audio device selection in voice chats.
- Fix blinking self profile photo
in case the profile photo privacy is used.
- Fix voice chat admin menu on macOS.
This commit is contained in:
John Preston
2021-03-16 19:13:15 +04:00
parent 2e9d6d73c3
commit 1db1328a91
7 changed files with 31 additions and 16 deletions

View File

@@ -117,7 +117,16 @@ std::map<int, const char*> BetaLogs() {
{
2006002,
"- Fix text disappearing because of cloud drafts sync.\n"
}
},
{
2006003,
"- Fix audio device selection in voice chats.\n"
"- Fix blinking self profile photo "
"in case the profile photo privacy is used.\n"
"- Fix voice chat admin menu on macOS.\n"
},
};
};