From 3e6354afedd03464f4256ce524b558afed0f1f23 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 23 Jan 2024 00:36:52 +0300 Subject: [PATCH] craete-reaction-fix --- resolvers/reaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvers/reaction.py b/resolvers/reaction.py index d4616a12..c119891b 100644 --- a/resolvers/reaction.py +++ b/resolvers/reaction.py @@ -252,7 +252,7 @@ async def create_reaction(_, info, reaction): # Reactions auto-following reactions_follow(author.id, reaction["shout"], True) - + rdict = r.dict() rdict["shout"] = shout.dict() rdict["created_by"] = author.dict() rdict["stat"] = {"commented": 0, "reacted": 0, "rating": 0}