Commit 652977fb by Oleksandr Barabash

await future added to handle_mars_report

parent 298e59b2
...@@ -159,7 +159,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -159,7 +159,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
await self.adapter.continue_conversation(reference, callback, await self.adapter.continue_conversation(reference, callback,
self.settings.app_id) self.settings.app_id)
return future return await future
def send_message(self, pa_message: PAMessage) -> Future[ResourceResponse]: def send_message(self, pa_message: PAMessage) -> Future[ResourceResponse]:
""" Send message as a bot """ """ Send message as a bot """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment