Make UpdateBuffer a request, store unsent operations on worktree

This commit is contained in:
Max Brunsfeld
2021-09-09 11:26:06 -07:00
parent 38bfaba135
commit c58e335b87
3 changed files with 19 additions and 5 deletions
+1
View File
@@ -159,6 +159,7 @@ request_messages!(
(OpenWorktree, OpenWorktreeResponse),
(Ping, Ack),
(SaveBuffer, BufferSaved),
(UpdateBuffer, Ack),
(ShareWorktree, ShareWorktreeResponse),
(SendChannelMessage, SendChannelMessageResponse),
(GetChannelMessages, GetChannelMessagesResponse),