fix chat estracture

This commit is contained in:
Peter Maquiran
2024-07-25 08:51:04 +01:00
parent f4589aa96e
commit 9e6d7c2b4a
17 changed files with 132 additions and 65 deletions
@@ -88,8 +88,8 @@ export class SignalRService {
this.establishConnection()
}
async sendTyping({roomId, UserName}) {
return await this.connection.typing({ roomId, UserName})
async sendTyping({roomId, UserName, userId}) {
return await this.connection.typing({ roomId, UserName, userId})
}
async sendReadAt({ roomId, memberId, chatMessageId}) {