zed/crates/collab
Max Brunsfeld 0dc92bec5c Retrieve room id from the project when following/unfollowing
Previously, we were accidentally using the project id as the room id.
2023-02-22 11:34:55 -05:00
..
k8s
migrations Begin tracking follow states on collab server 2023-02-22 11:21:23 -05:00
migrations.sqlite Add followers table to sqlite scheme for tests 2023-02-22 11:22:37 -05:00
src Retrieve room id from the project when following/unfollowing 2023-02-22 11:34:55 -05:00
.env.toml
basic.conf
Cargo.toml collab 0.5.4 2023-01-27 11:07:12 +01: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.