summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-09 21:33:30 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-14 23:24:24 -0400
commit2e4ec0dd9e8f2d34592a4b8aa418c5bbe1ac5a67 (patch)
tree4c70257ab939c60735039fb3d42ef3bc3f7cdbbc /locales
parentmerge: Allow port ranges in allowedPrivateIps (!1025) (diff)
downloadsharkey-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.ts4
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": {
/**