Fix thumbnails of received encrypted images
This commit is contained in:
parent
43a1975e16
commit
30ba387076
2 changed files with 8 additions and 3 deletions
|
|
@ -720,6 +720,9 @@ EventStore::decryptEvent(const IdIndex &idx,
|
|||
}
|
||||
|
||||
auto encInfo = mtx::accessors::file(decryptionResult.event.value());
|
||||
if (encInfo)
|
||||
emit newEncryptedImage(encInfo.value());
|
||||
encInfo = mtx::accessors::thumbnail_file(decryptionResult.event.value());
|
||||
if (encInfo)
|
||||
emit newEncryptedImage(encInfo.value());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue