Merge branch 'main' into channel-changes

This commit is contained in:
Max Brunsfeld 2023-10-03 17:52:28 -07:00
commit 95342c8c33
69 changed files with 3632 additions and 1895 deletions

View file

@ -706,9 +706,7 @@ async fn test_following_to_channel_notes_without_a_shared_project(
// Client B follows client A.
workspace_b
.update(cx_b, |workspace, cx| {
workspace
.toggle_follow(client_a.peer_id().unwrap(), cx)
.unwrap()
workspace.follow(client_a.peer_id().unwrap(), cx).unwrap()
})
.await
.unwrap();