Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cake-bot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
cake-bot
Commits
7323958b
Commit
7323958b
authored
Jun 11, 2023
by
Oleksandr Barabash
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link_card header fixed
parent
7952b611
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
messaging_extension_action_preview_bot.py
bots/messaging_extension_action_preview_bot.py
+2
-1
No files found.
bots/messaging_extension_action_preview_bot.py
View file @
7323958b
...
@@ -393,7 +393,8 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
...
@@ -393,7 +393,8 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
url
=
f
"https://{AppConfig.MARS_FQDN}/service-auth"
url
=
f
"https://{AppConfig.MARS_FQDN}/service-auth"
card
=
CardHelper
.
load_assets_card
(
"link_card"
,
card
=
CardHelper
.
load_assets_card
(
"link_card"
,
context
=
dict
(
title
=
title
,
context
=
dict
(
title
=
title
,
url
=
url
))
url
=
url
,
header
=
header
))
attachments
=
[
CardFactory
.
adaptive_card
(
card
)]
attachments
=
[
CardFactory
.
adaptive_card
(
card
)]
await
turn_context
.
send_activity
(
await
turn_context
.
send_activity
(
Activity
(
type
=
ActivityTypes
.
message
,
attachments
=
attachments
)
Activity
(
type
=
ActivityTypes
.
message
,
attachments
=
attachments
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment