fix: inviting dendrite users

This commit is contained in:
Timo Kösters 2021-08-30 10:56:41 +02:00
parent d57c19802d
commit 1b25e78e3a
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
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())?;