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(
|
return StorageImageLocation(
|
||||||
StorageFileLocation(
|
StorageFileLocation(
|
||||||
dcId,
|
dcId,
|
||||||
session().userId(),
|
isSelf() ? peerToUser(id) : 0,
|
||||||
MTP_inputPeerPhotoFileLocation(
|
MTP_inputPeerPhotoFileLocation(
|
||||||
MTP_flags(0),
|
MTP_flags(0),
|
||||||
input,
|
input,
|
||||||
|
|
Loading…
Reference in New Issue