add Changelog entry
This commit is contained in:
parent
dc08159538
commit
c4a55e167a
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue