add Changelog entry

This commit is contained in:
William Pitcock 2019-05-17 20:43:31 +00:00
commit c4a55e167a
2 changed files with 2 additions and 1 deletions

View file

@ -232,7 +232,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do
"cc" => cc,
"content" => content_html,
"summary" => cw,
"sensitive" => sensitive,
"sensitive" => !Enum.member?(["false", "False", "0", false], sensitive),
"context" => context,
"attachment" => attachments,
"actor" => actor,