diff --git a/README.md b/README.md index 6f8068b..8bd8a14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Live Instance: [poster.place](https://poster.place) * Sets default blossom server to [Poster.place Blossom](https://blossom.poster.place) with the following changes: * ChakraUI is the default theme * Signup Process guides users to set [Poster.place](https://relay.poster.place) as default relay and removes Relay Configuration Part - +* Set Blue Images and Hide Images to false ## A Browser Extension is Required to Log in. diff --git a/src/services/settings/migrations.ts b/src/services/settings/migrations.ts index 88b2b10..3f18823 100644 --- a/src/services/settings/migrations.ts +++ b/src/services/settings/migrations.ts @@ -57,7 +57,7 @@ export const defaultSettings: AppSettings = { primaryColor: "#8DB600", maxPageWidth: "none", showPubkeyColor: "avatar", - blurImages: true, + blurImages: false, hideUsernames: false, removeEmojisInUsernames: false, autoShowMedia: true, @@ -72,7 +72,7 @@ export const defaultSettings: AppSettings = { // performance showReactions: true, - autoDecryptDMs: false, + autoDecryptDMs: true, quickReactions: ["🤙", "❤️", "🤣", "😍", "🔥"], mediaUploadService: "blossom",