mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-10-09 19:10:50 +00:00
fix(hydra): Tackle most open code review comments
This commit is contained in:
parent
40ebe37992
commit
edb92f021b
14 changed files with 105 additions and 124 deletions
|
@ -72,7 +72,6 @@ pub async fn create_hash_and_sign_event(
|
|||
};
|
||||
|
||||
let room_version = RoomVersion::new(&room_version_id).expect("room version is supported");
|
||||
// TODO(hydra): Only create events can lack a room ID.
|
||||
|
||||
let prev_events: Vec<OwnedEventId> = match room_id {
|
||||
| Some(room_id) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue