Commit 2053081d by Oleksandr Barabash

flow.url log added

parent 6b90259d
...@@ -370,6 +370,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -370,6 +370,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
# noinspection PyBroadException # noinspection PyBroadException
try: try:
flow = await self.cosmos_client.get_flow(message) flow = await self.cosmos_client.get_flow(message)
Log.e(TAG, f"on_message_activity::flow.url:{flow.url}")
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session:
# TODO(s1z): string bot's @mention if needed. # TODO(s1z): string bot's @mention if needed.
data = dict(reference=reference, message=message) data = dict(reference=reference, message=message)
......
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