diff --git a/internal/typeutils/internaltofrontend.go b/internal/typeutils/internaltofrontend.go index 76d8ec81b..6bd6d0900 100644 --- a/internal/typeutils/internaltofrontend.go +++ b/internal/typeutils/internaltofrontend.go @@ -2711,7 +2711,7 @@ func (c *Converter) InteractionReqToAPIInteractionReq( } var reply *apimodel.Status - if req.InteractionType == gtsmodel.InteractionReply { + if req.InteractionType == gtsmodel.InteractionReply && req.Reply != nil { reply, err = c.statusToAPIStatus( ctx, req.Reply,