mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix chat estracture
This commit is contained in:
@@ -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}) {
|
||||
|
||||
Reference in New Issue
Block a user