Skip to content

Commit

Permalink
Add requested_by to Relationship object.
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper committed Dec 11, 2023
1 parent 3712250 commit c15bf4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/entities/Relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ aliases: [
"muting": false,
"muting_notifications": false,
"requested": false,
"requested_by": false,
"domain_blocking": false,
"endorsed": false,
"note": ""
Expand Down Expand Up @@ -111,6 +112,13 @@ aliases: [
**Version history:**\
0.9.9 - added

### `requested_by` {#requested_by}

**Description:** Does this user have a pending follow request from you?\
**Type:** Boolean\
**Version history:**\
4.1.0 - added

### `domain_blocking` {#domain_blocking}

**Description:** Are you blocking this user's domain?\
Expand Down

0 comments on commit c15bf4d

Please sign in to comment.