signups: notify me on signups

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-13 22:01:02 -06:00
parent 84d9ed6655
commit df992db1db
1 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,8 @@ def sign_up_post(v):
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!")
if JUSTCOOL_ID:
send_notification(JUSTCOOL_ID, f"A new user - @{new_user.username} - has signed up!")
redir = request.values.get("redirect", "").strip().rstrip('?')
if redir: