fix: use get_auth_chain method more often

This commit is contained in:
Timo Kösters 2021-07-20 18:45:21 +02:00
parent 56e5d5e3d2
commit 68cc743f2a
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 3 additions and 22 deletions

View file

@ -267,7 +267,8 @@ async fn sync_helper(
Error::bad_database("Found PDU without state")
})
})
.transpose()?.transpose()?;
.transpose()?
.transpose()?;
// Calculates joined_member_count, invited_member_count and heroes
let calculate_counts = || {