Go straight to followers list after receiving follow approval notification

merge-requests/8/head
Bob Mottram 2020-07-17 10:19:26 +01:00
parent 81718e0ed4
commit f6703325bd
1 changed files with 1 additions and 1 deletions

View File

@ -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