forked from MarseyWorld/MarseyWorld
make sure badge notif is after award notif
parent
9ca664b695
commit
97507f37d3
|
@ -27,4 +27,4 @@ def badge_grant(user, badge_id, description=None, url=None, notify=True):
|
|||
if notify:
|
||||
send_repeatable_notification(user.id,
|
||||
"@AutoJanny has given you the following profile badge:\n\n" +
|
||||
f"{badge.path}\n\n**{badge.name}**\n\n{badge.badge.description}")
|
||||
f"{badge.path}\n\n**{badge.name}**\n\n{badge.badge.description}").created_utc -= 1
|
||||
|
|
Loading…
Reference in New Issue