add paticipant on chat

This commit is contained in:
Peter Maquiran
2024-05-17 15:27:52 +01:00
parent ceaa283aef
commit 971a1f50d1
7 changed files with 24 additions and 6 deletions
@@ -97,6 +97,13 @@ export class PublicationFromMvService {
if(e.FileType == 'video' && e.toUpload) {
e.OriginalFileName = e?.chucksManager?.path?.replace(".mp4", "") || e.OriginalFileName
e.FileExtension = e.FileExtension || "mp4"
e.Base64 = ''
if(e.FileType == 'video' && !e.toUpload) {
e.Base64 = e.url
}
}
return e
})