This commit is contained in:
Igor Lobanov
2022-11-25 19:31:53 +01:00
parent 96e9728d6b
commit cfc1beeec0
8 changed files with 66 additions and 67 deletions

View File

@@ -141,7 +141,6 @@ async def create_reaction(_, info, inp):
elif check_to_publish(session, user, reaction):
set_published(session, reaction.shout, reaction.createdBy)
ReactedStorage.react(reaction)
try:
reactions_follow(user, inp["shout"], True)
except Exception as e: