mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -06:00
Update gomatrixserverlib
This commit is contained in:
parent
53f905f5f1
commit
d52946d27e
|
|
@ -191,7 +191,7 @@ func (s *ServerKeyAPI) handleFetcherKeys(
|
||||||
// Try to fetch the keys.
|
// Try to fetch the keys.
|
||||||
fetcherResults, err := fetcher.FetchKeys(fetcherCtx, requests)
|
fetcherResults, err := fetcher.FetchKeys(fetcherCtx, requests)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return fmt.Errorf("fetcher.FetchKeys: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build a map of the results that we want to commit to the
|
// Build a map of the results that we want to commit to the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue