This commit is contained in:
@@ -14,6 +14,7 @@ namespace AyaNova.Models
|
||||
//it's the result of an event happening, not the subscription which is seperate and decides who gets what
|
||||
//when an object is modified it may create a NotifyEvent record if anyone subscribes to that event
|
||||
//it will create one of these for every user with that subscription
|
||||
//which will then be delivered as a notification later when the corejobnotify job runs if it's deliverable
|
||||
public class NotifyEvent
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user