diff --git a/files/routes/settings.py b/files/routes/settings.py index e677d6f79..4c6240471 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -250,7 +250,6 @@ def settings_personal_post(v): friends = friends[:BIO_FRIENDS_ENEMIES_LENGTH_LIMIT] notify_users = NOTIFY_USERS(friends, v, oldtext=v.friends) - if notify_users: text = f"@{v.username} has added you to their friends list!" cid = notif_comment(text)