parent
72d3c54efd
commit
f581885e65
1 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ func notifyUsersScheduledForDeletion() {
|
||||||
|
|
||||||
var number = 2
|
var number = 2
|
||||||
if user.DeletionLastReminderSent.IsZero() {
|
if user.DeletionLastReminderSent.IsZero() {
|
||||||
number = 1
|
number = 3
|
||||||
}
|
}
|
||||||
if user.DeletionScheduledAt.Sub(user.DeletionLastReminderSent) < time.Hour*24 {
|
if user.DeletionScheduledAt.Sub(user.DeletionLastReminderSent) < time.Hour*24 {
|
||||||
number = 3
|
number = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("Notifying user %d of the deletion of their account...", user.ID)
|
log.Debugf("Notifying user %d of the deletion of their account...", user.ID)
|
||||||
|
|
Loading…
Add table
Reference in a new issue