fix
Some checks are pending
Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Your Name 2024-09-19 10:53:12 -06:00
parent 7d3654245f
commit 261c4a8c4e
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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",