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:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user