diff --git a/nextcloud2ntfy.py b/nextcloud2ntfy.py index bbca3f2..9f58ee3 100644 --- a/nextcloud2ntfy.py +++ b/nextcloud2ntfy.py @@ -76,6 +76,8 @@ def translate_app_name(app=str) -> str: return "Talk" elif app == "event_update_notification": return "Calendar" + elif app == "twofactor_nextcloud_notification": + return "2FA" else: return app