Merge branch 'fix/g10' into fix/integrated
This commit is contained in:
@@ -740,6 +740,10 @@ type IntakeEvent struct {
|
||||
Body string `json:"body,omitempty"`
|
||||
Priority string `json:"priority"`
|
||||
OccurredAt time.Time `json:"occurred_at"`
|
||||
// NoticedAt — when the journal took it. This is the order the ring returns
|
||||
// and the one a page must sort and label by; OccurredAt is when the thing
|
||||
// happened, which for a cold feed read is a week before it arrived.
|
||||
NoticedAt time.Time `json:"noticed_at"`
|
||||
}
|
||||
|
||||
// --- Rule trace / explanation DTOs ---
|
||||
|
||||
Reference in New Issue
Block a user