From 713e73300cc4e3cf5047edd4fba6eab9a8b92e75 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:28:46 +0200 Subject: [bugfix] Fix incorrect reply shown in interaction request (#3344) --- internal/typeutils/internaltofrontend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/typeutils/internaltofrontend.go') diff --git a/internal/typeutils/internaltofrontend.go b/internal/typeutils/internaltofrontend.go index f36175eab..4e76837cd 100644 --- a/internal/typeutils/internaltofrontend.go +++ b/internal/typeutils/internaltofrontend.go @@ -2683,7 +2683,7 @@ func (c *Converter) InteractionReqToAPIInteractionReq( if req.InteractionType == gtsmodel.InteractionReply { reply, err = c.statusToAPIStatus( ctx, - req.Status, + req.Reply, requestingAcct, statusfilter.FilterContextNone, nil, // No filters. -- cgit v1.2.3