From 6f5872cf628a95c995054ab35c4b0576d0bd3897 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 11 Aug 2023 16:36:43 +0300 Subject: [PATCH] remove \n --- files/routes/settings.py | 1 - 1 file changed, 1 deletion(-) 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)