Add following into channel notes

co-authored-by: max <max@zed.dev>
This commit is contained in:
Mikayla 2023-08-24 11:25:20 -07:00
parent 7e83138805
commit 199be8241c
No known key found for this signature in database
6 changed files with 128 additions and 17 deletions

View file

@ -1120,6 +1120,7 @@ message View {
oneof variant {
Editor editor = 3;
ChannelView channel_view = 4;
}
message Editor {
@ -1132,6 +1133,10 @@ message View {
float scroll_x = 7;
float scroll_y = 8;
}
message ChannelView {
uint64 channel_id = 1;
}
}
message Collaborator {