Assign unique color indices to room participants, use those instead of replica_ids
Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
parent
7711530704
commit
545b5e0161
35 changed files with 707 additions and 639 deletions
|
@ -270,9 +270,7 @@ messages!(
|
|||
(JoinChannelBufferResponse, Foreground),
|
||||
(LeaveChannelBuffer, Background),
|
||||
(UpdateChannelBuffer, Foreground),
|
||||
(RemoveChannelBufferCollaborator, Foreground),
|
||||
(AddChannelBufferCollaborator, Foreground),
|
||||
(UpdateChannelBufferCollaborator, Foreground),
|
||||
(UpdateChannelBufferCollaborators, Foreground),
|
||||
);
|
||||
|
||||
request_messages!(
|
||||
|
@ -407,10 +405,8 @@ entity_messages!(
|
|||
channel_id,
|
||||
ChannelMessageSent,
|
||||
UpdateChannelBuffer,
|
||||
RemoveChannelBufferCollaborator,
|
||||
RemoveChannelMessage,
|
||||
AddChannelBufferCollaborator,
|
||||
UpdateChannelBufferCollaborator
|
||||
UpdateChannelBufferCollaborators
|
||||
);
|
||||
|
||||
const KIB: usize = 1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue