mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 15:46:37 +02:00
partially revert assertions
Some checks failed
Release Docker Image / define-variables (push) Failing after 10s
Release Docker Image / build-image (linux/amd64, linux-amd64) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, linux-arm64) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Rust Checks / Format (push) Failing after 6s
Rust Checks / Clippy (push) Failing after 17s
Rust Checks / Cargo Test (push) Failing after 15s
Some checks failed
Release Docker Image / define-variables (push) Failing after 10s
Release Docker Image / build-image (linux/amd64, linux-amd64) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, linux-arm64) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Rust Checks / Format (push) Failing after 6s
Rust Checks / Clippy (push) Failing after 17s
Rust Checks / Cargo Test (push) Failing after 15s
This commit is contained in:
parent
d02e032cbd
commit
e42a01eecf
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ pub(super) async fn upgrade_outlier_to_timeline_pdu(
|
|||
// if not soft fail it
|
||||
if soft_fail {
|
||||
info!("Soft failing event {}", incoming_pdu.event_id);
|
||||
assert!(extremities.is_empty(), "soft_fail extremities empty");
|
||||
let extremities = extremities.iter().map(Borrow::borrow);
|
||||
|
||||
self.services
|
||||
|
|
Loading…
Add table
Reference in a new issue