lib/sup/modes/thread_index_mode.rb in sup-0.15.1 vs lib/sup/modes/thread_index_mode.rb in sup-0.15.2
- old
+ new
@@ -205,10 +205,10 @@
l = @lines[t] or return
@ts_mutex.synchronize do
@ts.delete_message m
@ts.add_message m
end
- Index.save_thread t
+ Index.save_thread t, sync_back = false
update_text_for_line l
end
def handle_location_deleted_update sender, m
t = thread_containing(m)