mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Add requested_by to relationships
This commit is contained in:
parent
ffcf01e3cd
commit
20d1a5f39e
4 changed files with 95 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue