From bbc89f596965aaadada837c76fd6e057d846903c Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 18:34:42 -0600 Subject: [PATCH] have reactions enabled --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 42a28f0..6ed9518 100644 --- a/test.py +++ b/test.py @@ -72,13 +72,13 @@ template_vars = { }, "gallery": { "max_reactions_per_card": 9, + "reactions_enabled": True, }, "gallery_items": [ { "src": "https://files.c0defox.es/Pictures/arctic-fox.jpg", "headline": "Alopex-Vulpes", "description": "An arctic fox :3", - "title": "fox", "reactions": { "0-circle": 1, "1-circle": 2,