Add message and operation ACK messages to protos

This commit is contained in:
Mikayla 2023-10-02 17:10:03 -07:00
parent 0db4b29452
commit 32b4b4d24d
No known key found for this signature in database
2 changed files with 18 additions and 2 deletions

View file

@ -271,6 +271,8 @@ messages!(
(LeaveChannelBuffer, Background),
(UpdateChannelBuffer, Foreground),
(UpdateChannelBufferCollaborators, Foreground),
(AckBufferOperation, Background),
(AckChannelMessage, Background),
);
request_messages!(
@ -406,7 +408,7 @@ entity_messages!(
ChannelMessageSent,
UpdateChannelBuffer,
RemoveChannelMessage,
UpdateChannelBufferCollaborators
UpdateChannelBufferCollaborators,
);
const KIB: usize = 1024;