Skip to content

Commit b5d1a64

Browse files
dimahsuDima Xu
and
Dima Xu
authored
* Fix typo for 'weight' to correct format of title (#4222)
* Add wrap to content of adapter card to avoid truancating long text Signed-off-by: Dima Xu <[email protected]> Co-authored-by: Dima Xu <[email protected]>
1 parent d0eaa9f commit b5d1a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notify/msteamsv2/msteamsv2.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type Content struct {
6161
type Body struct {
6262
Type string `json:"type"`
6363
Text string `json:"text"`
64-
Weight string `json:"weigth,omitempty"`
64+
Weight string `json:"weight,omitempty"`
6565
Size string `json:"size,omitempty"`
6666
Wrap bool `json:"wrap,omitempty"`
6767
Style string `json:"style,omitempty"`
@@ -170,6 +170,7 @@ func (n *Notifier) Notify(ctx context.Context, as ...*types.Alert) (bool, error)
170170
{
171171
Type: "TextBlock",
172172
Text: text,
173+
Wrap: true,
173174
},
174175
},
175176
Msteams: Msteams{

0 commit comments

Comments
 (0)