This commit is contained in:
Aevann1 2022-03-17 12:32:22 +02:00
parent b919ce16d7
commit fd1693ca9b

View file

@ -299,7 +299,7 @@ def api_comment(v):
send_notification(user.id, text) send_notification(user.id, text)
old_badge = user.has_badge(17) old_badge = user.has_badge(17)
if badge: g.db.delete(badge) if old_badge: g.db.delete(old_badge)
if all_by_author < 10 and not user.has_badge(17): if all_by_author < 10 and not user.has_badge(17):