diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-09 21:33:30 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:24:24 -0400 |
| commit | 2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67 (patch) | |
| tree | 4c70257ab939c60735039fb3d42ef3bc3f7cdbbc /locales | |
| parent | merge: Allow port ranges in allowedPrivateIps (!1025) (diff) | |
| download | sharkey-2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67.tar.gz sharkey-2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67.tar.bz2 sharkey-2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67.zip | |
add role policy to allow note trending
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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": { /** |