fix rejoin after quit (#10100)
Release Notes: - collab: Fixed rejoining channels quickly after a restart
This commit is contained in:
parent
8958c9e10f
commit
fe7b12c444
9 changed files with 124 additions and 49 deletions
|
@ -2007,7 +2007,7 @@ async fn test_following_to_channel_notes_without_a_shared_project(
|
|||
});
|
||||
}
|
||||
|
||||
async fn join_channel(
|
||||
pub(crate) async fn join_channel(
|
||||
channel_id: ChannelId,
|
||||
client: &TestClient,
|
||||
cx: &mut TestAppContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue