Fix the confusingly named and inverted logic of "no_attachment_links"
authorMark Felder <feld@FreeBSD.org>
Tue, 11 Feb 2020 21:39:19 +0000 (15:39 -0600)
committerMark Felder <feld@FreeBSD.org>
Tue, 11 Feb 2020 21:39:19 +0000 (15:39 -0600)
commitff9fd4ca895563178e3174fdc86d866508c5a9fa
tree455c352b27b87654ba92b7cd6c87a544deeda290
parentd056f7f722b5e734ac53d8b55a0228174d64cc9f
Fix the confusingly named and inverted logic of "no_attachment_links"
The setting is now simply "attachment_links" and the boolean value does
what you expect. A double negative is never possible and describing the
functionality is no longer a philospher's worst nightmare.
CHANGELOG.md
config/config.exs
config/description.exs
lib/pleroma/web/common_api/utils.ex
test/tasks/config_test.exs
test/web/common_api/common_api_utils_test.exs