forked from Sarah/Lieb-Website
reminders and polls are not sent to signed off users
This commit is contained in:
parent
de443ac03b
commit
758c2b9d03
3 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue