1
0

Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar
2024-12-12 17:38:29 +00:00
20 changed files with 93 additions and 13 deletions
+8
View File
@@ -10977,6 +10977,14 @@ export interface Locale extends ILocale {
* Stop note search from indexing your public notes.
*/
"makeIndexableDescription": string;
/**
* Enable RSS feed
*/
"enableRss": string;
/**
* Generate an RSS feed containing your basic profile details and public notes. Users can subscribe to the feed without a follow request or approval.
*/
"enableRssDescription": string;
/**
* Require approval for new users
*/