Commit 50b5071f by Oleksandr Barabash

protocol added to the report_url

parent 2e17488e
...@@ -413,7 +413,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -413,7 +413,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
header = i18n.t("text_upload_header") header = i18n.t("text_upload_header")
title = i18n.t("text_upload_title") title = i18n.t("text_upload_title")
report_url = quote_b64encode_str_safe(self.generate_url( report_url = quote_b64encode_str_safe(self.generate_url(
f"{AppConfig.WEB_APP_NAME}.azurewebsites.net" f"https://{AppConfig.WEB_APP_NAME}.azurewebsites.net"
f"/api/mars/v1/hook", f"/api/mars/v1/hook",
turn_context.activity.conversation.id turn_context.activity.conversation.id
)) ))
......
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