e.item.classList.add('active')"
@@ -59,7 +59,7 @@
-
+
{{ i18n.ts._profile.metadataLabel }}
@@ -88,8 +88,10 @@
{{ i18n.ts.reactionAcceptance }}
-
+
+
+
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 0af4b5c02..aa4b98c05 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -92,7 +92,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
reactionAcceptance: {
where: 'account',
- default: null as 'likeOnly' | 'likeOnlyForRemote' | null,
+ default: 'nonSensitiveOnly' as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
},
mutedWords: {
where: 'account',