slight wording updates
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -75,7 +75,7 @@ pub async fn send_state_event_for_empty_key_route(
|
|||||||
.into())
|
.into())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// # `GET /_matrix/client/r0/rooms/{roomid}/state`
|
/// # `GET /_matrix/client/v3/rooms/{roomid}/state`
|
||||||
///
|
///
|
||||||
/// Get all state events for a room.
|
/// Get all state events for a room.
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -1007,12 +1007,12 @@ impl Service {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
warn!("{backfill_server} could not provide backfill: {e}");
|
warn!("{backfill_server} failed to provide backfill: {e}");
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
info!("No servers could backfill");
|
info!("No servers could backfill, but backfill was needed");
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user