1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-30 19:58:30 +00:00

Fix branches sharing code

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-09 05:15:27 +00:00
parent b65f05ce19
commit 67f4285504
4 changed files with 6 additions and 13 deletions

View file

@ -529,10 +529,8 @@ impl Service {
&room_id,
&state_lock,
).await?;
Ok(())
} else {
Ok(())
}
Ok(())
}
}