bug fixed
This commit is contained in:
parent
ff0ebc7b5d
commit
55170ae702
|
@ -1146,7 +1146,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
|
|
||||||
if (!!mediaFiles) {
|
if (!!mediaFiles) {
|
||||||
const fakeMedia = await this.commonApiService.checkInvalidMediaMimeForFileTalk(
|
const fakeMedia = await this.commonApiService.checkInvalidMediaMimeForFileTalk(
|
||||||
fileUploadItems.map(fui => fui.file)
|
mediaFiles
|
||||||
);
|
);
|
||||||
if (!fakeMedia.accept) {
|
if (!fakeMedia.accept) {
|
||||||
if (!!this.fileUploadQueue) {
|
if (!!this.fileUploadQueue) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user