2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Version 4.14.7: Fix build with GCC.

This commit is contained in:
John Preston
2024-01-18 14:41:28 +04:00
parent 37478d951a
commit d55dd7dffd
5 changed files with 1 additions and 15 deletions

View File

@@ -82,7 +82,6 @@ public:
}
[[nodiscard]] static LastseenStatus FromLegacy(int32 value) {
auto result = LastseenStatus();
if (value == -2) {
return LastseenStatus::Recently();
} else if (value == -3) {