mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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;
|
using UpdatedFileReferences = Data::UpdatedFileReferences;
|
||||||
|
|
||||||
[[nodiscard]] TimeId UnixtimeFromMsgId(mtpMsgId msgId) {
|
[[nodiscard]] TimeId UnixtimeFromMsgId(mtpMsgId msgId) {
|
||||||
return TimeId(msgId << 32);
|
return TimeId(msgId >> 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Add table
Reference in a new issue