feat(api): Add requested_by to relationships

This commit is contained in:
Jesse Wierzbinski 2024-06-11 12:32:38 -10:00
parent ffcf01e3cd
commit 20d1a5f39e
No known key found for this signature in database
4 changed files with 95 additions and 51 deletions

View file

@ -7,6 +7,7 @@ export type Relationship = {
muting: boolean;
muting_notifications: boolean;
requested: boolean;
requested_by: boolean;
domain_blocking: boolean;
showing_reblogs: boolean;
endorsed: boolean;