mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -28,7 +28,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr auto kSessionsShortPollTimeout = 60 * TimeMs(1000);
|
||||
constexpr auto kSessionsShortPollTimeout = 60 * crl::time(1000);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user