1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

fix: inviting dendrite users

This commit is contained in:
Timo Kösters 2021-08-30 10:56:41 +02:00 committed by Jonas Zohren
parent 8c7ae60518
commit 73ae29c0de
2 changed files with 15 additions and 3 deletions

View file

@ -1526,7 +1526,7 @@ async fn upgrade_outlier_to_timeline_pdu(
extremities,
state_ids_compressed,
soft_fail,
&state_lock
&state_lock,
)
.map_err(|_| "Failed to add pdu to db.".to_owned())?;