feat: add option to disable filtering for onion relays
This commit is contained in:
parent
606f9af1ba
commit
5ba5c26fcd
25 changed files with 98 additions and 36 deletions
|
|
@ -40,6 +40,7 @@ export const StorageKey = {
|
|||
PRIMARY_COLOR: 'primaryColor',
|
||||
ENABLE_SINGLE_COLUMN_LAYOUT: 'enableSingleColumnLayout',
|
||||
FAVICON_URL_TEMPLATE: 'faviconUrlTemplate',
|
||||
FILTER_OUT_ONION_RELAYS: 'filterOutOnionRelays',
|
||||
MEDIA_UPLOAD_SERVICE: 'mediaUploadService', // deprecated
|
||||
HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated
|
||||
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap', // deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue