bug fixed attachment related
This commit is contained in:
@@ -201,6 +201,7 @@ class RoomsInput extends EventEmitter {
|
||||
this.roomIdToInput.set(roomId, input);
|
||||
if (input.attachment) {
|
||||
await this.sendFile(roomId, input.attachment.file);
|
||||
if (!this.isSending(roomId)) return;
|
||||
}
|
||||
|
||||
if (this.getMessage(roomId).trim() !== '') {
|
||||
|
||||
Reference in New Issue
Block a user