bug fixed

This commit is contained in:
richard-loafle 2020-02-14 16:05:27 +09:00
parent ff0ebc7b5d
commit 55170ae702

View File

@ -1146,7 +1146,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
if (!!mediaFiles) {
const fakeMedia = await this.commonApiService.checkInvalidMediaMimeForFileTalk(
fileUploadItems.map(fui => fui.file)
mediaFiles
);
if (!fakeMedia.accept) {
if (!!this.fileUploadQueue) {