Skip to content

Commit

Permalink
feat: Add requestedBy to Relationship entity
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Feb 11, 2023
1 parent e34c47e commit af6198b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mastodon/v1/entities/relationship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ export interface Relationship {
endorsed: boolean;
/** Personal note for this account */
note?: string | null;
/** Whether the represented user has requested to follow you */
requestedBy: boolean;
}

0 comments on commit af6198b

Please sign in to comment.