create-reaction-fox
All checks were successful
Deploy to core / deploy (push) Successful in 1m40s

This commit is contained in:
Untone 2024-01-31 02:46:52 +03:00
parent 880e295b45
commit 75cff9dbed

View File

@ -170,6 +170,7 @@ async def _create_reaction(session, shout, author, reaction):
rdict = r.dict()
session.add(r)
session.commit()
rdict['id'] = r.id
# Proposal accepting logic
if rdict.get('reply_to'):