Don't send typing notif if no permission to talk
This commit is contained in:
@@ -51,6 +51,8 @@ HTextArea {
|
||||
}
|
||||
|
||||
function setTyping(typing) {
|
||||
if (! textArea.enabled) return
|
||||
|
||||
py.callClientCoro(
|
||||
writingUserId, "room_typing", [chat.roomId, typing, 5000],
|
||||
)
|
||||
|
Reference in New Issue
Block a user