place dummy notification

This commit is contained in:
2023-01-31 19:51:48 +03:00
parent 600bda2e43
commit f87139ea24
4 changed files with 42 additions and 5 deletions

View File

@@ -169,7 +169,6 @@ async def message_generator(_, info: GraphQLResolveInfo):
while True:
msg = await asyncio.gather(*tasks)
print('[inbox] %d new messages' % len(tasks))
yield msg
finally:
await MessagesStorage.remove_chat(following_chat)