Send the address with the signal

This commit is contained in:
Eli Ribble 2026-03-05 13:26:10 +00:00
parent 9ecff6794d
commit b58199281b
No known key found for this signature in database

View file

@ -118,6 +118,7 @@ func listSignal(ctx context.Context, r *http.Request, org *models.Organization,
species = *row.Species
}
signals[i] = signal{
Address: row.Address,
Addressed: row.Addressed,
Addressor: userOrNil(users_by_id, row.Addressor),
Created: row.Created,