enforce "can trend" role policy in trending user page
This commit is contained in:
parent
81910cf725
commit
57d32ea900
5 changed files with 50 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue