mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Add general StorageFileLocation abstraction.
This commit is contained in:
@@ -885,7 +885,7 @@ void UserpicButton::prepareUserpicPixmap() {
|
||||
});
|
||||
_userpicUniqueKey = _userpicHasImage
|
||||
? _peer->userpicUniqueKey()
|
||||
: StorageKey();
|
||||
: InMemoryKey();
|
||||
}
|
||||
|
||||
FeedUserpicButton::FeedUserpicButton(
|
||||
|
Reference in New Issue
Block a user