refactored-shout-comments

This commit is contained in:
2022-06-21 15:21:02 +03:00
parent 11f81d46ce
commit ace22f5e8b
15 changed files with 96 additions and 96 deletions

View File

@@ -36,7 +36,7 @@ async def create_shout(_, info, input):
"new shout %s" % (new_shout.slug)
)
await ShoutSubscriptions.send_shout(new_shout)
await ShoutCommentsStorage.send_shout(new_shout)
return {
"shout" : new_shout