Add log and related resources to API in frontend

This commit is contained in:
Eli Ribble 2026-05-12 23:20:54 +00:00
parent 999d69365c
commit ec98c8226e
No known key found for this signature in database
3 changed files with 29 additions and 6 deletions

View file

@ -203,6 +203,7 @@ func (res *communicationR) hydrateCommunication(comm modelpublic.Communication,
return communication{
Created: comm.Created,
ID: strconv.Itoa(int(comm.ID)),
Log: []communicationLog{},
Related: related,
Response: response,
Source: source_uri,