add notification_push_path global
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
16c3a38761
commit
af1f7404f1
1 changed files with 4 additions and 0 deletions
|
@ -363,6 +363,10 @@ impl Service {
|
||||||
&self.config.turn_secret
|
&self.config.turn_secret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn notification_push_path(&self) -> &String {
|
||||||
|
&self.config.notification_push_path
|
||||||
|
}
|
||||||
|
|
||||||
pub fn emergency_password(&self) -> &Option<String> {
|
pub fn emergency_password(&self) -> &Option<String> {
|
||||||
&self.config.emergency_password
|
&self.config.emergency_password
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue