add notification_push_path global

Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
girlbossceo 2023-10-28 23:43:41 -04:00
parent 16c3a38761
commit af1f7404f1

View file

@ -363,6 +363,10 @@ impl Service {
&self.config.turn_secret
}
pub fn notification_push_path(&self) -> &String {
&self.config.notification_push_path
}
pub fn emergency_password(&self) -> &Option<String> {
&self.config.emergency_password
}