Send the address with the signal
This commit is contained in:
parent
9ecff6794d
commit
b58199281b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue