Sketch out project reconnection routine on the server
This commit is contained in:
parent
70dd586be9
commit
1aec691b35
4 changed files with 257 additions and 60 deletions
|
@ -219,6 +219,7 @@ messages!(
|
|||
(UpdateLanguageServer, Foreground),
|
||||
(UpdateParticipantLocation, Foreground),
|
||||
(UpdateProject, Foreground),
|
||||
(UpdateProjectCollaborator, Foreground),
|
||||
(UpdateWorktree, Foreground),
|
||||
(UpdateDiffBase, Background),
|
||||
(GetPrivateUserInfo, Foreground),
|
||||
|
@ -322,6 +323,7 @@ entity_messages!(
|
|||
UpdateFollowers,
|
||||
UpdateLanguageServer,
|
||||
UpdateProject,
|
||||
UpdateProjectCollaborator,
|
||||
UpdateWorktree,
|
||||
UpdateDiffBase
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue