modify new user message a little

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-16 01:31:40 +02:00
parent 289d24ccc9
commit 5a2dc01990
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ def sign_up_post(v):
g.db.add(new_follow)
carp.stored_subscriber_count += 1
g.db.add(carp)
send_notification(carp.id, f"A new user (@{new_user.username}) has followed you automatically!")
send_notification(carp.id, f"A new user - @{new_user.username} - has followed you automatically!")
return redirect(SITE_FULL)