Replicate editor state when following into channel notes

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-08-24 12:36:01 -07:00
parent 24141c2f16
commit 90f22cb0d2
2 changed files with 46 additions and 12 deletions

View file

@ -1136,6 +1136,7 @@ message View {
message ChannelView {
uint64 channel_id = 1;
Editor editor = 2;
}
}