mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:42:24 -05:00
[feature] Add requested_by to relationship model (#2672)
* [feature] Add `requested_by` to relationship model * whoops, missed some tests
This commit is contained in:
parent
65a273bc39
commit
8cafa6b74b
9 changed files with 121 additions and 2 deletions
|
|
@ -92,6 +92,7 @@ func (suite *AuthorizeTestSuite) TestAuthorize() {
|
|||
"muting": false,
|
||||
"muting_notifications": false,
|
||||
"requested": false,
|
||||
"requested_by": false,
|
||||
"domain_blocking": false,
|
||||
"endorsed": false,
|
||||
"note": ""
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ func (suite *RejectTestSuite) TestReject() {
|
|||
"muting": false,
|
||||
"muting_notifications": false,
|
||||
"requested": false,
|
||||
"requested_by": false,
|
||||
"domain_blocking": false,
|
||||
"endorsed": false,
|
||||
"note": ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue