forked from rDrama/rDrama
1
0
Fork 0

remove notif spam for fish

master
Aevann 2023-08-18 21:28:45 +03:00
parent 78dbee5ab1
commit 7c6fb8715e
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ def sign_up_post(v):
g.db.add(new_follow)
signup_autofollow.stored_subscriber_count += 1
g.db.add(signup_autofollow)
send_notification(signup_autofollow.id, f"A new user - @{new_user.username} - has followed you automatically!")
elif CARP_ID:
send_notification(CARP_ID, f"A new user - @{new_user.username} - has signed up!")