From 2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 9 May 2025 21:33:30 -0400 Subject: add role policy to allow note trending --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index df6efe0d6a..58a4faee6c 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7599,6 +7599,10 @@ export interface Locale extends ILocale { * Maximum number of scheduled notes */ "scheduleNoteMax": string; + /** + * Can appear in trending notes / users + */ + "canTrend": string; }; "_condition": { /** -- cgit v1.2.3-freya