Only no-op the actual sending of a typing notification.

The logic around when to send a typing notification also includes logic around when to exchange encryption keys.
handleTypingNotification renamed to handleTypingState for clarity.
This commit is contained in:
Doug
2022-02-15 11:51:21 +00:00
committed by Stefan Ceriu
parent 79aaf9f2c0
commit b723c9a026
3 changed files with 13 additions and 7 deletions

View File

@@ -70,8 +70,8 @@ class ThreadViewController: RoomViewController {
super.onButtonPressed(sender)
}
override func handleTypingNotification(_ typing: Bool) {
// no-op
override func sendTypingNotification(_ typing: Bool, timeout notificationTimeoutMS: UInt) {
// no-op
}
private func showThreadActions() {