feat: support user password resets
This commit is contained in:
committed by
Timo Kösters
parent
1ce03059a0
commit
ada07de204
@@ -264,6 +264,10 @@ impl Globals {
|
||||
&self.config.turn_secret
|
||||
}
|
||||
|
||||
pub fn emergency_password(&self) -> &Option<String> {
|
||||
&self.config.emergency_password
|
||||
}
|
||||
|
||||
/// TODO: the key valid until timestamp is only honored in room version > 4
|
||||
/// Remove the outdated keys and insert the new ones.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user