Add following into channel notes
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
7e83138805
commit
199be8241c
6 changed files with 128 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue