wip
This commit is contained in:
parent
4a0be19607
commit
7d3f46c529
13 changed files with 137 additions and 828 deletions
|
|
@ -1740,17 +1740,19 @@ const adminApproveUser = ({ user: { screen_name: nickname }, credentials }) => {
|
|||
}
|
||||
|
||||
const adminListStatuses = ({
|
||||
user: { id },
|
||||
opts: { pageSize, godmode, withReblogs },
|
||||
userId,
|
||||
pageSize = 20,
|
||||
godmode,
|
||||
withReblogs,
|
||||
credentials,
|
||||
}) => {
|
||||
const url = PLEROMA_ADMIN_LIST_STATUSES_URL(
|
||||
id,
|
||||
userId,
|
||||
pageSize,
|
||||
godmode,
|
||||
withReblogs,
|
||||
)
|
||||
return promisedRequest({ url: url, credentials, method: 'GET' })
|
||||
return promisedRequest({ url, credentials, method: 'GET' })
|
||||
}
|
||||
|
||||
const adminChangeStatusScope = ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue