Skip to content
Snippets Groups Projects
Commit af1f7404 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

add notification_push_path global


Signed-off-by: default avatargirlbossceo <june@girlboss.ceo>
parent 16c3a387
No related branches found
No related tags found
No related merge requests found
......@@ -363,6 +363,10 @@ pub fn turn_secret(&self) -> &String {
&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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment