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:
@@ -82,7 +82,6 @@ public:
|
||||
}
|
||||
|
||||
[[nodiscard]] static LastseenStatus FromLegacy(int32 value) {
|
||||
auto result = LastseenStatus();
|
||||
if (value == -2) {
|
||||
return LastseenStatus::Recently();
|
||||
} else if (value == -3) {
|
||||
|
Reference in New Issue
Block a user