mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add ActivityPub representation to admin-user.vue
This commit is contained in:
@@ -12922,7 +12922,11 @@ export type operations = {
|
||||
requestBody: {
|
||||
content: {
|
||||
'application/json': {
|
||||
uri: string;
|
||||
uri?: string | null;
|
||||
/** Format: misskey:id */
|
||||
userId?: string | null;
|
||||
/** Format: misskey:id */
|
||||
noteId?: string | null;
|
||||
expandCollectionItems?: boolean;
|
||||
expandCollectionLimit?: number | null;
|
||||
allowAnonymous?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user