feat(AppNames): Handle Notifications for calendar updates

This commit is contained in:
Jiří Štefka 2025-01-14 19:54:54 +01:00
parent 7762ad92f5
commit f8bf6275f6
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -63,6 +63,8 @@ def push_to_ntfy(url: str, token: str, topic: str, title: str, click = "", messa
def translate_app_name(app = str):
if app == "spreed":
return "Talk"
elif app == "event_update_notification":
return "Calendar"
else:
return app