Merge branch 'fix-admin-help' into 'next'

fix `@conduit help` not working in the admin room

See merge request famedly/conduit!392
This commit is contained in:
Timo Kösters 2022-10-13 11:15:49 +00:00
commit c948324cf2
3 changed files with 41 additions and 9 deletions

View file

@ -65,7 +65,7 @@ use tracing::{error, info, warn};
///
/// # Examples:
/// ```rust
/// # use conduit::server_server::FedDest;
/// # use conduit::api::server_server::FedDest;
/// # fn main() -> Result<(), std::net::AddrParseError> {
/// FedDest::Literal("198.51.100.3:8448".parse()?);
/// FedDest::Literal("[2001:db8::4:5]:443".parse()?);