enforce "can trend" role policy in trending user page
This commit is contained in:
@@ -21750,6 +21750,8 @@ export type operations = {
|
||||
* @enum {string}
|
||||
*/
|
||||
origin?: 'combined' | 'local' | 'remote';
|
||||
/** @default false */
|
||||
trending?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -31539,6 +31541,8 @@ export type operations = {
|
||||
* @default null
|
||||
*/
|
||||
hostname?: string | null;
|
||||
/** @default false */
|
||||
trending?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user