mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Fix storage location serialization.
This commit is contained in:
parent
56d3e69399
commit
b012847017
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ QByteArray StorageFileLocation::serialize() const {
|
|||
stream.setVersion(QDataStream::Qt_5_1);
|
||||
stream
|
||||
<< quint16(_dcId)
|
||||
<< (kSerializeTypeShift | quint8(_type))
|
||||
<< quint8(kSerializeTypeShift | quint8(_type))
|
||||
<< quint8(_sizeLetter)
|
||||
<< qint32(_localId)
|
||||
<< quint64(_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue