Backend-scheudler for telegram notifications by new contact requests
This commit is contained in:
@@ -33,4 +33,6 @@ public class ContactMessage
|
||||
[Display(Name = "Gesendet am")]
|
||||
[DataType(DataType.DateTime)]
|
||||
public DateTime SentAt { get; set; } = DateTime.Now;
|
||||
|
||||
public bool NotificationSent { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user