1
0

add "followers" tab to following feed

This commit is contained in:
Hazelnoot
2024-10-21 14:20:30 -04:00
parent 053b47d78a
commit 04654b2f84
4 changed files with 81 additions and 32 deletions
+5 -2
View File
@@ -22547,8 +22547,11 @@ export type operations = {
requestBody: {
content: {
'application/json': {
/** @default false */
mutualsOnly?: boolean;
/**
* @default following
* @enum {string}
*/
list?: 'following' | 'followers' | 'mutuals';
/** @default false */
filesOnly?: boolean;
/** @default false */