2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Add support for 1 month self-destruct messages.

This commit is contained in:
John Preston
2021-07-30 14:43:48 +03:00
parent 256546071b
commit b2e829904f
12 changed files with 39 additions and 21 deletions

View File

@@ -297,8 +297,6 @@ QString PlatformString() {
return qsl("Windows64Bit");
} else if (Platform::IsMacStoreBuild()) {
return qsl("MacAppStore");
} else if (Platform::IsOSXBuild()) {
return qsl("OSX");
} else if (Platform::IsMac()) {
return qsl("MacOS");
} else if (Platform::IsLinux32Bit()) {