mirror of https://github.com/procxx/kepka.git
Fix crash in login.
This commit is contained in:
parent
ce2204e120
commit
b353af00c9
|
@ -318,7 +318,7 @@ void PeerData::updateUserpic(
|
|||
return StorageImageLocation(
|
||||
StorageFileLocation(
|
||||
dcId,
|
||||
session().userId(),
|
||||
isSelf() ? peerToUser(id) : 0,
|
||||
MTP_inputPeerPhotoFileLocation(
|
||||
MTP_flags(0),
|
||||
input,
|
||||
|
|
Loading…
Reference in New Issue