From 65e58eaee40508919db00a544ddcc375d32ea60a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 3 Feb 2024 05:18:47 +0200 Subject: [PATCH] fix glowie order for snappy --- files/helpers/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 2373e6775..b7e64992b 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -153,6 +153,7 @@ def execute_snappy(post, v): user_id=snappy.id, kind="glowie", post_id=post.id, + awarded_utc=time.time(), ) g.db.add(award_object)