mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix drafts time tracking.
This commit is contained in:
parent
fb7a8cae33
commit
c9934c142d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ using DocumentFileLocationId = Data::DocumentFileLocationId;
|
|||
using UpdatedFileReferences = Data::UpdatedFileReferences;
|
||||
|
||||
[[nodiscard]] TimeId UnixtimeFromMsgId(mtpMsgId msgId) {
|
||||
return TimeId(msgId << 32);
|
||||
return TimeId(msgId >> 32);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue