Do not return media from trashed messages in the "All media" view.

This commit is contained in:
link2xt
2023-03-29 23:48:17 +00:00
parent a2927a6586
commit ea87c78d34
2 changed files with 23 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
- transfer backup: Connect to mutliple provider addresses concurrently. This should speed up connection time significantly on the getter side. #4240
- Make sure BackupProvider is cancelled on drop (or dc_backup_provider_unref). The BackupProvider will now alaway finish with an IMEX event of 1000 or 0, previoulsy it would sometimes finishe with 1000 (success) when it really was 0 (failure). #4242
### Fixes
- Do not return media from trashed messages in the "All media" view. #4247
## [1.112.1] - 2023-03-27
### Changes