feat(features): add subscription sharing

This commit is contained in:
Karol Sójko
2022-09-13 14:32:22 +02:00
parent 27b7f4e597
commit 66d364ff36
3 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export enum FeatureIdentifier {
SmartFilters = 'org.standardnotes.smart-filters',
TagNesting = 'org.standardnotes.tag-nesting',
TwoFactorAuth = 'org.standardnotes.two-factor-auth',
SubscriptionSharing = 'org.standardnotes.subscription-sharing',
AutobiographyTheme = 'org.standardnotes.theme-autobiography',
DynamicTheme = 'org.standardnotes.theme-dynamic',