WIP
This commit is contained in:
parent
8440644dc9
commit
d1b4384f80
5 changed files with 86 additions and 149 deletions
|
@ -188,7 +188,6 @@ messages!(
|
|||
(SendChannelMessage, Foreground),
|
||||
(SendChannelMessageResponse, Foreground),
|
||||
(ShareProject, Foreground),
|
||||
(ShareWorktree, Foreground),
|
||||
(Test, Foreground),
|
||||
(UnregisterProject, Foreground),
|
||||
(UnregisterWorktree, Foreground),
|
||||
|
@ -228,7 +227,6 @@ request_messages!(
|
|||
(SaveBuffer, BufferSaved),
|
||||
(SendChannelMessage, SendChannelMessageResponse),
|
||||
(ShareProject, Ack),
|
||||
(ShareWorktree, Ack),
|
||||
(Test, Test),
|
||||
(UpdateBuffer, Ack),
|
||||
(UpdateWorktree, Ack),
|
||||
|
@ -259,7 +257,6 @@ entity_messages!(
|
|||
PrepareRename,
|
||||
RemoveProjectCollaborator,
|
||||
SaveBuffer,
|
||||
ShareWorktree,
|
||||
UnregisterWorktree,
|
||||
UnshareProject,
|
||||
UpdateBuffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue