feat: add toggle to hide untrusted posts (#435)

This commit is contained in:
captain-stacks 2025-07-05 09:40:47 -07:00 committed by Cody Tseng
parent 9da5e6663e
commit 98bf906916
5 changed files with 53 additions and 6 deletions

View file

@ -19,6 +19,7 @@ export const StorageKey = {
HIDE_UNTRUSTED_INTERACTIONS: 'hideUntrustedInteractions',
HIDE_UNTRUSTED_NOTIFICATIONS: 'hideUntrustedNotifications',
TRANSLATION_SERVICE_CONFIG_MAP: 'translationServiceConfigMap',
HIDE_UNTRUSTED_NOTES: 'hideUntrustedNotes',
HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap', // deprecated
ACCOUNT_FOLLOW_LIST_EVENT_MAP: 'accountFollowListEventMap', // deprecated