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 c8ad047800
commit 78b402c232
@@ -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)