mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -35,7 +35,7 @@ constexpr auto kForwardMessagesOnAdd = 100;
|
||||
|
||||
constexpr auto kParticipantsFirstPageCount = 16;
|
||||
constexpr auto kParticipantsPerPage = 200;
|
||||
constexpr auto kSortByOnlineDelay = TimeMs(1000);
|
||||
constexpr auto kSortByOnlineDelay = crl::time(1000);
|
||||
|
||||
void RemoveAdmin(
|
||||
not_null<ChannelData*> channel,
|
||||
|
Reference in New Issue
Block a user