@@ -359,7 +359,7 @@ impl Service {
|
|||||||
/// Gets up to three servers that are likely to be in the room in the
|
/// Gets up to three servers that are likely to be in the room in the
|
||||||
/// distant future.
|
/// distant future.
|
||||||
///
|
///
|
||||||
/// See https://spec.matrix.org/v1.10/appendices/#routing
|
/// See <https://spec.matrix.org/v1.10/appendices/#routing>
|
||||||
#[tracing::instrument(skip(self))]
|
#[tracing::instrument(skip(self))]
|
||||||
pub fn servers_route_via(&self, room_id: &RoomId) -> Result<Vec<OwnedServerName>> {
|
pub fn servers_route_via(&self, room_id: &RoomId) -> Result<Vec<OwnedServerName>> {
|
||||||
let most_powerful_user_server = services()
|
let most_powerful_user_server = services()
|
||||||
|
|||||||
Reference in New Issue
Block a user