mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Don't ignore local keys from fetchers (#1513)
This commit is contained in:
parent
9096bfcee8
commit
6b579e6aba
@ -224,10 +224,6 @@ func (s *ServerKeyAPI) handleFetcherKeys(
|
||||
|
||||
// Now let's look at the results that we got from this fetcher.
|
||||
for req, res := range fetcherResults {
|
||||
if req.ServerName == s.ServerName {
|
||||
continue
|
||||
}
|
||||
|
||||
if prev, ok := results[req]; ok {
|
||||
// We've already got a previous entry for this request
|
||||
// so let's see if the newly retrieved one contains a more
|
||||
|
Loading…
Reference in New Issue
Block a user