This commit is contained in:
Aevann1 2022-04-28 00:38:03 +02:00
parent f69f929abb
commit 4c93cd63d9
2 changed files with 2 additions and 2 deletions

View file

@ -1059,7 +1059,7 @@ def unfollow_user(username, v):
target = get_user(username)
if target.fish:
send_repeatable_notification(target.id, f"@{v.username} has tried to unfollow you and failed because of your fish award!")
send_notification(target.id, f"@{v.username} has tried to unfollow you and failed because of your fish award!")
g.db.commit()
return {"error": "You can't unfollow this user!"}