Skip to content

Commit 6cf015a

Browse files
committed
fix: add participation communications to speaker threads response
1 parent c5b85f2 commit 6cf015a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/src/router/speaker.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,11 @@ func getSpeakerThreads(w http.ResponseWriter, r *http.Request) {
826826
Status: thread.Status,
827827
})
828828
}
829+
830+
participationComms = append(participationComms, &ParticipationCommunications{
831+
Event: participation.Event,
832+
Communications: comms,
833+
})
829834
}
830835

831836
json.NewEncoder(w).Encode(participationComms)

0 commit comments

Comments
 (0)