We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed070f commit 8e779f7Copy full SHA for 8e779f7
1 file changed
models/floor.go
@@ -606,6 +606,6 @@ func (floor *Floor) SendSensitive(_ *gorm.DB) error {
606
URL: fmt.Sprintf("/api/floors/%d", floor.ID),
607
}
608
_, err := message.Send()
609
- utils.Notify(utils.NotificationTargetFeishuAdmin, desc+fmt.Sprintf("\n##%d\n%s", floor.ID, floor.Content))
+ utils.Notify(utils.NotificationTargetFeishuAdmin, desc+fmt.Sprintf("\n##%d\n\n%s\n\n%s", floor.ID, floor.Content, floor.SensitiveDetail))
610
return err
611
0 commit comments