mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
attemp to fixe chat typing
This commit is contained in:
@@ -180,7 +180,7 @@ export class SignalRConnection {
|
||||
this.messageSubject.next(message);
|
||||
});
|
||||
|
||||
this.hubConnection.on('Typing', (_typing: UserTypingDTO) => {
|
||||
this.hubConnection.on('TypingMessage', (_typing: UserTypingDTO) => {
|
||||
console.log('Typing', _typing)
|
||||
this.typingSubject.next(_typing);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user