reminders and polls are not sent to signed off users

This commit is contained in:
Sarah Faey 2023-02-06 12:58:11 +01:00
parent de443ac03b
commit 758c2b9d03
3 changed files with 3 additions and 2 deletions

View file

@ -93,6 +93,7 @@ namespace Lieb.Data
template.StartTime = template.StartTime.AddDays(template.Interval);
template.EndTime = template.EndTime.AddDays(template.Interval);
template.FreeForAllTime = template.FreeForAllTime.AddDays(template.Interval);
template.MinUserDeadLine = template.MinUserDeadLine.AddDays(template.Interval);
foreach(RaidReminder reminder in template.Reminders)
{
reminder.ReminderTimeUTC = reminder.ReminderTimeUTC.AddDays(template.Interval);