Do not send typing notifications from threads, part of #5271

This commit is contained in:
ismailgulek
2021-12-08 14:53:54 +03:00
parent e014cd9661
commit 20e75226b6

View File

@@ -70,6 +70,10 @@ class ThreadViewController: RoomViewController {
super.onButtonPressed(sender)
}
override func handleTypingNotification(_ typing: Bool) {
// no-op
}
private func showThreadActions() {
let alertController = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)