Skip to content

Commit

Permalink
Do not send typing notifications from threads, part of #5271
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Dec 8, 2021
1 parent 3f14b00 commit 117461d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Riot/Modules/Threads/Thread/ThreadViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 117461d

Please sign in to comment.