enforce "can trend" role policy in trending user page

This commit is contained in:
Hazelnoot 2025-05-09 23:02:47 -04:00
parent 81910cf725
commit 57d32ea900
5 changed files with 50 additions and 8 deletions

View file

@ -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;
};
};
};