add ActivityPub representation to admin-user.vue

This commit is contained in:
Hazelnoot 2025-06-07 18:49:37 -04:00
parent c71f816be2
commit 73eeabc118
6 changed files with 111 additions and 13 deletions

View file

@ -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;