1
0
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:
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;