Commit 82dd849c by Oleksandr Barabash

handle_mars_report fixed

parent 8566eebc
......@@ -151,11 +151,9 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
future.set_exception(e)
try:
# send mail notifications!
await turn_context.send_activity(
f"the team aad_object_id: {res}<br/>"
f"channel data: {turn_context.activity.channel_data}"
)
# todo(s1z): Create a card with links
message = "<br/>".join([file.url for file in report.files])
await turn_context.send_activity(message)
except Exception:
raise
......
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