1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

add "followStats" property to admin/show-user response

This commit is contained in:
Hazelnoot
2025-05-10 12:13:16 -04:00
parent 2da1590e8a
commit 228e522081
2 changed files with 47 additions and 0 deletions

View File

@@ -11222,6 +11222,14 @@ export type operations = {
expiresAt: string | null;
roleId: string;
})[];
followStats: {
totalFollowing: number;
totalFollowers: number;
localFollowing: number;
localFollowers: number;
remoteFollowing: number;
remoteFollowers: number;
};
};
};
};