fix transaction crash regression when opening thread
small oversight Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -71,7 +71,7 @@ impl<'a> ThreadView<'a> {
|
||||
};
|
||||
|
||||
// poll for new notes and insert them into our existing notes
|
||||
if let Err(e) = TimelineSource::Thread(root_id).poll_notes_into_view(self.app) {
|
||||
if let Err(e) = TimelineSource::Thread(root_id).poll_notes_into_view(&txn, self.app) {
|
||||
error!("Thread::poll_notes_into_view: {e}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user