Skip to content

Commit 7491070

Browse files
authored
fix: teams bot double encode issue (#1107)
1 parent b54f05d commit 7491070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/teams/cards/cardBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function actionBuilder(citation: Citation, docId: number): any {
3737
{
3838
type: CardType.OpenUrl,
3939
title: "Go to the source",
40-
url: url,
40+
url: decodeURI(url),
4141
}
4242
]
4343
}

0 commit comments

Comments
 (0)