Add text message history to acitivity log

This commit is contained in:
Eli Ribble 2026-04-28 01:12:18 +00:00
parent 6350aa00d5
commit 4ce91d77d4
No known key found for this signature in database
2 changed files with 125 additions and 5 deletions

View file

@ -11,7 +11,7 @@ type PublicReport struct {
ID int32 `db:"id" json:"-"`
Images []Image `db:"images" json:"images"`
Location *Location `db:"location" json:"location"`
Log []LogEntry `db:"-" json:"log"`
Log []*LogEntry `db:"-" json:"log"`
DistrictID *int32 `db:"organization_id" json:"-"`
District *string `db:"-" json:"district"`
PublicID string `db:"public_id" json:"public_id"`