dsf
This commit is contained in:
parent
b919ce16d7
commit
fd1693ca9b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue