update changelog
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
890ac8ff86
commit
d1b9d03302
2 changed files with 2 additions and 1 deletions
1
changelog.d/expose-markup-configuration.add
Normal file
1
changelog.d/expose-markup-configuration.add
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Expose markup configuration in InstanceView
|
||||||
|
|
@ -323,7 +323,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
defp markup() do
|
defp markup do
|
||||||
%{
|
%{
|
||||||
allow_inline_images: Config.get([:markup, :allow_inline_images]),
|
allow_inline_images: Config.get([:markup, :allow_inline_images]),
|
||||||
allow_headings: Config.get([:markup, :allow_headings]),
|
allow_headings: Config.get([:markup, :allow_headings]),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue