# File lib/sup/modes/thread-index-mode.rb, line 209
  def handle_spammed_update sender, m
    t = @ts_mutex.synchronize { @ts.thread_for m }
    return unless t
    hide_thread t
    update
  end