mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Move session data localstorage -> storage_account.
This commit is contained in:
@@ -71,7 +71,7 @@ void UserData::setIsContact(bool is) {
|
||||
}
|
||||
}
|
||||
|
||||
// see Local::readPeer as well
|
||||
// see Serialize::readPeer as well
|
||||
void UserData::setPhoto(const MTPUserProfilePhoto &photo) {
|
||||
photo.match([&](const MTPDuserProfilePhoto &data) {
|
||||
updateUserpic(
|
||||
|
Reference in New Issue
Block a user