Update storage of reporter in contact

I failed to retrieve the data correctly before as part of the changeover
to contact records.

Issue: #13
This commit is contained in:
Eli Ribble 2026-05-21 16:59:44 +00:00
parent b9f2107c79
commit e3cc1e99d1
No known key found for this signature in database
9 changed files with 132 additions and 50 deletions

View file

@ -36,5 +36,5 @@ type Report struct {
AddressGid string
ClientUUID *uuid.UUID
ReporterPhoneCanSms bool
ReporterContactID *int32
ReporterContactID int32
}