TF-2331 Fix Read receipt includes weird attachments that are impossible to download
(cherry picked from commit 72ae6553ea53fa4bbba74bfdb1c9a3ec82103fc0)
This commit is contained in:
@@ -559,7 +559,7 @@ class ComposerController extends BaseController {
|
||||
void _initAttachments(List<Attachment> attachments) {
|
||||
if (attachments.isNotEmpty) {
|
||||
initialAttachments = attachments;
|
||||
uploadController.initializeUploadAttachments(attachments.listAttachmentsDisplayedOutSide);
|
||||
uploadController.initializeUploadAttachments(attachments);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user