add "followers" tab to following feed
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user