pub async fn download_from_invite_code(
invite_code: &InviteCode,
) -> Result<ClientConfig>
Expand description
Tries to download the client config from the federation, attempts to retry teb times before giving up.
pub async fn download_from_invite_code(
invite_code: &InviteCode,
) -> Result<ClientConfig>
Tries to download the client config from the federation, attempts to retry teb times before giving up.