mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 13:23:22 -06:00
missing func
This commit is contained in:
parent
094ef9bd6a
commit
8afee910ef
|
|
@ -143,7 +143,7 @@ func (s *ServerKeyAPI) FetchKeys(
|
|||
if fetcherCancel != nil {
|
||||
fetcherCancel()
|
||||
}
|
||||
}
|
||||
}()
|
||||
for _, fetcher := range s.OurKeyRing.KeyFetchers {
|
||||
// If there's a context active from a previous fetcher then cancel
|
||||
// it. Set up a new context that lmits how long we will wait.
|
||||
|
|
|
|||
Loading…
Reference in a new issue