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 3f14b000d2
commit 117461d80b
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

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)