Add message and operation ACK messages to protos
This commit is contained in:
parent
0db4b29452
commit
32b4b4d24d
2 changed files with 18 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue