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