Skip to content

Commit

Permalink
Fix message rendering bug of MS Teams in potential actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticXWolf authored Nov 3, 2023
1 parent fba2d4a commit fe4c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messagecard/messagecard.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type PotentialActionActionCard struct {

// Actions are the available actions. Only used for ActionCard action
// type.
Actions []PotentialActionActionCardAction `json:"actions,omitempty" yaml:"actions,omitempty"`
Actions []PotentialActionActionCardAction `json:"actions" yaml:"actions"`
}

// PotentialActionActionCardAction is used for configuring ActionCard actions
Expand Down

0 comments on commit fe4c923

Please sign in to comment.