Make UpdateDiffBase a Foreground message to prevent reordering

This commit is contained in:
Antonio Scandurra 2023-04-11 08:50:26 +02:00
parent abfbba68f0
commit 643381ce0c

View file

@ -233,7 +233,7 @@ messages!(
(UpdateProject, Foreground), (UpdateProject, Foreground),
(UpdateProjectCollaborator, Foreground), (UpdateProjectCollaborator, Foreground),
(UpdateWorktree, Foreground), (UpdateWorktree, Foreground),
(UpdateDiffBase, Background), (UpdateDiffBase, Foreground),
(GetPrivateUserInfo, Foreground), (GetPrivateUserInfo, Foreground),
(GetPrivateUserInfoResponse, Foreground), (GetPrivateUserInfoResponse, Foreground),
); );