Skip to content

Commit

Permalink
updated mail_data
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiKaestle committed Sep 22, 2023
1 parent 79126de commit 470e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dao/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func EventParticipantsNotification(ctx context.Context, i *models.Event, templat
mail.AddUser(participant.User.User())
mail.AddContent(participant.ToContent())
vcago.Nats.Publish("system.mail.job", mail)
//notification := vcago.NewMNotificationData(participant.User.Email, "pool-backend", template, participant.User.Country, token.ID)
//notification := vcago.NewMNotificationData(participant.User.Email, "pool-backend", template, "pool", participant.User.Country, token.ID)
//notification.AddUser(participant.User.User())
//notification.AddContent(participant.ToContent())
//vcago.Nats.Publish("system.notification.job", notification)
Expand Down

0 comments on commit 470e6a7

Please sign in to comment.