Skip to content

Commit

Permalink
feat: updated model for notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jul 11, 2024
1 parent e66e4d6 commit 7649885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/models/models/v2/notification_setting_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type NotificationSettingV2 struct {
TemplateMode string `json:"template_mode" bson:"template_mode"`
TemplateMarkdown string `json:"template_markdown,omitempty" bson:"template_markdown,omitempty"`
TemplateRichText string `json:"template_rich_text,omitempty" bson:"template_rich_text,omitempty"`
TemplateRichTextJson string `json:"template_rich_text_json,omitempty" bson:"template_rich_text_json,omitempty"`
TaskTrigger string `json:"task_trigger" bson:"task_trigger"`
Mail NotificationSettingMail `json:"mail,omitempty" bson:"mail,omitempty"`
Mobile NotificationSettingMobile `json:"mobile,omitempty" bson:"mobile,omitempty"`
Expand Down

0 comments on commit 7649885

Please sign in to comment.