This commit is contained in:
parent
880e295b45
commit
75cff9dbed
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user