remove sending to false on first loade page

This commit is contained in:
Peter Maquiran
2024-08-07 16:02:05 +01:00
parent d55450ccbb
commit b61b87ce6c
3 changed files with 20 additions and 1 deletions
@@ -41,6 +41,7 @@ export class MessageRepositoryService {
const requestId = InstanceId +'@'+ uuidv4();
const roomId = entity.roomId
entity.sending = true
const localActionResult = await this.messageLocalDataSourceService.sendMessage(entity)
if(localActionResult.isOk()) {