Lower typing notification timeouts

This commit is contained in:
Tobias Fella
2022-03-08 15:00:00 +01:00
parent 62f6cfbf9a
commit 12f3f72a67
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ ToolBar {
Timer {
id: repeatTimer
repeat: true
interval: 5000
interval: 3000
triggeredOnStart: true
onTriggered: currentRoom.sendTypingNotification(true)
}