attemp to fixe chat typing

This commit is contained in:
Peter Maquiran
2024-07-25 11:27:39 +01:00
parent 9e6d7c2b4a
commit d563081eb0
+1 -1
View File
@@ -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);
});