Commit 60aa017c by Oleksandr Barabash

add logs

parent f8fbba31
...@@ -251,6 +251,9 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -251,6 +251,9 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
""" On update conversation """ """ On update conversation """
i18n = get_i18n(turn_context) i18n = get_i18n(turn_context)
await self.cosmos_client.create_conversation_reference(turn_context) await self.cosmos_client.create_conversation_reference(turn_context)
await turn_context.send_activity(
str(turn_context.activity.conversation)
)
if turn_context.activity.channel_id == Channels.ms_teams: if turn_context.activity.channel_id == Channels.ms_teams:
if turn_context.activity.members_removed: if turn_context.activity.members_removed:
# members were removed! # members were removed!
......
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