From f6703325bd333a924f54f6ae5dce186c1290b7cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Jul 2020 10:19:26 +0100 Subject: [PATCH] Go straight to followers list after receiving follow approval notification --- epicyon-notification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-notification b/epicyon-notification index 358d5f11b..0f7bd8fde 100755 --- a/epicyon-notification +++ b/epicyon-notification @@ -265,7 +265,7 @@ function notifications { cp "$epicyonFollowFile" "$epicyonFollowNotificationsFile" chown ${PROJECT_NAME}:${PROJECT_NAME} "$epicyonFollowNotificationsFile" - epicyonFollowMessage=$(notification_translate_text "New follow request")" ${EPICYON_DOMAIN_NAME}/users/${USERNAME}" + epicyonFollowMessage=$(notification_translate_text "New follow request")" ${EPICYON_DOMAIN_NAME}/users/${USERNAME}/followers" sendNotification "$USERNAME" "Epicyon" "$epicyonFollowMessage" fi fi