Refactor join, alias services

Split knock, user register from api into services

Fix autojoin not working with v12 rooms

Fix 'm.login.registration_token/validity' for reloaded registration tokens

Change join servers order

Move autojoin for ldap
This commit is contained in:
dasha_uwu
2025-12-05 14:00:28 +05:00
committed by Jason Volk
parent 959c559bd8
commit 7115fb2796
25 changed files with 1153 additions and 1334 deletions

View File

@@ -1006,7 +1006,7 @@ pub struct Config {
///
/// display: sensitive
#[serde(default)]
pub turn_secret: String,
pub turn_secret: Option<String>,
/// TURN secret to use that's read from the file path specified.
///