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:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user