From a3c88922528a671ff430f346c747cd58b3b04ec8 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 2 Mar 2022 18:15:07 +0100 Subject: [PATCH] Move `SearchProject` to the background Co-Authored-By: Max Brunsfeld Co-Authored-By: Nathan Sobo --- crates/rpc/src/proto.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rpc/src/proto.rs b/crates/rpc/src/proto.rs index 1bfb392db0b7c037b8e4c906b8e61b4b80e9b15b..c5da067f17dd1403631371237cdfd4afb9c6e132 100644 --- a/crates/rpc/src/proto.rs +++ b/crates/rpc/src/proto.rs @@ -190,8 +190,8 @@ messages!( (RegisterWorktree, Foreground), (RemoveProjectCollaborator, Foreground), (SaveBuffer, Foreground), - (SearchProject, Foreground), - (SearchProjectResponse, Foreground), + (SearchProject, Background), + (SearchProjectResponse, Background), (SendChannelMessage, Foreground), (SendChannelMessageResponse, Foreground), (ShareProject, Foreground),