mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 20:33:15 -06:00
[feature] Add domain permission drafts and excludes
This commit is contained in:
parent
e892bc375d
commit
a9b72c6d28
69 changed files with 5578 additions and 264 deletions
|
|
@ -37,6 +37,12 @@ const extended = gtsApi.injectEndpoints({
|
|||
}),
|
||||
transformResponse: listToKeyedObject<DomainPerm>("domain"),
|
||||
}),
|
||||
|
||||
domainPermissionDrafts: build.query<any, void>({
|
||||
query: () => ({
|
||||
url: `/api/v1/admin/domain_permission_drafts`
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue