fix: use get_auth_chain method more often
This commit is contained in:
parent
56e5d5e3d2
commit
68cc743f2a
2 changed files with 3 additions and 22 deletions
|
@ -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 = || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue