Merge branch 'feature/configurable-nsfw-censor-image' into 'develop'
make nsfw censor image configurable See merge request pleroma/pleroma-fe!243
This commit is contained in:
commit
aa7cff92aa
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@ const Attachment = {
|
|||
],
|
||||
data () {
|
||||
return {
|
||||
nsfwImage,
|
||||
nsfwImage: this.$store.state.config.nsfwCensorImage || nsfwImage,
|
||||
hideNsfwLocal: this.$store.state.config.hideNsfw,
|
||||
preloadImage: this.$store.state.config.preloadImage,
|
||||
loopVideo: this.$store.state.config.loopVideo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue