chat breack line

This commit is contained in:
Peter Maquiran
2023-09-28 11:12:39 +01:00
parent 8de8a35bfc
commit b56a815f4a
7 changed files with 23 additions and 9 deletions
+3
View File
@@ -582,6 +582,9 @@ export class RoomService {
*/
async send({file = null, attachments = null, temporaryData = {}, attachmentsModelData = {}}) {
this.message = this.message.replace(/(\n$)/,'')
if(file && this.message) {
this.send({})
}