From 8cafa6b74b81fd8f0e5730007acdabd4c4e98944 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:50:54 +0100 Subject: [feature] Add `requested_by` to relationship model (#2672) * [feature] Add `requested_by` to relationship model * whoops, missed some tests --- internal/api/client/followrequests/reject_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/api/client/followrequests/reject_test.go') diff --git a/internal/api/client/followrequests/reject_test.go b/internal/api/client/followrequests/reject_test.go index 51fd98150..e6837066c 100644 --- a/internal/api/client/followrequests/reject_test.go +++ b/internal/api/client/followrequests/reject_test.go @@ -92,6 +92,7 @@ func (suite *RejectTestSuite) TestReject() { "muting": false, "muting_notifications": false, "requested": false, + "requested_by": false, "domain_blocking": false, "endorsed": false, "note": "" -- cgit v1.2.3