mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-12 20:09:21 +01:00
fix: also add nodes without metadata that reply
This commit is contained in:
parent
6bd0be1a51
commit
e4b42c7aa9
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ async fn scan_instance(domain: &str, map: MapHandle) -> Option<()> {
|
|||
Ok(Some(r)) => r,
|
||||
Ok(None) => {
|
||||
tracing::info!("instance {} doesn't provide metadata", domain);
|
||||
map.add_node(domain.to_string(), domain.to_string());
|
||||
return None
|
||||
},
|
||||
Err(e) => {
|
||||
|
|
Loading…
Reference in a new issue