mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-09 13:39:00 +00:00
Update API scheme to layer 125.
This commit is contained in:
@@ -88,6 +88,8 @@ LocationKey ComputeLocationKey(const Data::FileLocation &value) {
|
||||
result.type |= (9ULL << 24);
|
||||
result.type |= (uint64(uint32(data.vlocal_id().v)) << 32);
|
||||
result.id = data.vvolume_id().v;
|
||||
}, [&](const MTPDinputGroupCallStream &data) {
|
||||
result.type = (10ULL << 24);
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user