feat: support user password resets
This commit is contained in:
parent
1ce03059a0
commit
ada07de204
5 changed files with 108 additions and 3 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue