mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user