zed/crates/collab
Max Brunsfeld 438dd42f7d Fix bugs in handling mutual following
* Propagate all of leader's views to a new follower, even if those views
  were originally created by that follower.
* Propagate active view changes to followers, even if the active view is
  following that follower.
* Avoid redundant active view updates on the client.
2023-10-05 13:28:46 -07:00
..
k8s
migrations
migrations.sqlite
src Fix bugs in handling mutual following 2023-10-05 13:28:46 -07:00
.env.toml
admin_api.conf
basic.conf
Cargo.toml collab 0.23.1 2023-10-04 15:12:17 -07:00
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.