Skip to content
Snippets Groups Projects
Commit de8f7736 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

slight wording updates

parent b4fa306a
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ pub async fn send_state_event_for_empty_key_route(
.into())
}
/// # `GET /_matrix/client/r0/rooms/{roomid}/state`
/// # `GET /_matrix/client/v3/rooms/{roomid}/state`
///
/// Get all state events for a room.
///
......
......@@ -1007,12 +1007,12 @@ pub async fn backfill_if_required(&self, room_id: &RoomId, from: PduCount) -> Re
return Ok(());
},
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(())
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment