mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
don't call itself
This commit is contained in:
@@ -302,6 +302,9 @@ namespace BirdsiteLive.Domain
|
|||||||
var instances = await _theFedInfoService.GetBslInstanceListAsync();
|
var instances = await _theFedInfoService.GetBslInstanceListAsync();
|
||||||
var filteredInstances = instances
|
var filteredInstances = instances
|
||||||
.Where(x => x.Version >= new Version(0, 21, 0))
|
.Where(x => x.Version >= new Version(0, 21, 0))
|
||||||
|
.Where(x => string.Compare(x.Host,
|
||||||
|
_instanceSettings.Domain,
|
||||||
|
StringComparison.InvariantCultureIgnoreCase) != 0)
|
||||||
.ToList();
|
.ToList();
|
||||||
return filteredInstances;
|
return filteredInstances;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user