mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Start shortcut messages sending.
This commit is contained in:
@@ -96,8 +96,7 @@ constexpr auto kRequestTimeLimit = 60 * crl::time(1000);
|
||||
} // namespace
|
||||
|
||||
bool IsScheduledMsgId(MsgId id) {
|
||||
return (id > ServerMaxMsgId)
|
||||
&& (id < ServerMaxMsgId + ScheduledMsgIdsRange);
|
||||
return (id > ServerMaxMsgId) && (id < ScheduledMaxMsgId);
|
||||
}
|
||||
|
||||
ScheduledMessages::ScheduledMessages(not_null<Session*> owner)
|
||||
|
Reference in New Issue
Block a user