forked from Shiloh/remnantchat
fix(typing-indicator): send typing status to peers upon joining
This commit is contained in:
parent
3413f37d8c
commit
5f7b8b2ffc
@ -250,6 +250,8 @@ export function useRoom(
|
|||||||
isTyping: false,
|
isTyping: false,
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|
||||||
|
sendTypingStatusChange({ isTyping }, peerId)
|
||||||
} else {
|
} else {
|
||||||
const oldUsername =
|
const oldUsername =
|
||||||
peerList[peerIndex].customUsername || getPeerName(userId)
|
peerList[peerIndex].customUsername || getPeerName(userId)
|
||||||
|
Loading…
Reference in New Issue
Block a user