Commit 6a8b86f6 by Oleksandr Barabash

mx logging added

parent a931bc93
......@@ -252,6 +252,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
i18n = get_i18n(turn_context)
mx = self.get_mx(turn_context)
log.info(f"MX item: {mx}")
if mx.type == MXTypes.ACKNOWLEDGE:
log.info('submit action is "ACK" mx type')
try:
......
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