From b58199281b6fdd1de865285575100dae30776b7e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 5 Mar 2026 13:26:10 +0000 Subject: [PATCH] Send the address with the signal --- api/signal.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/signal.go b/api/signal.go index c8df270d..cecc5c0a 100644 --- a/api/signal.go +++ b/api/signal.go @@ -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,