Merge branch 'admin-configure-atom-keys' into 'develop'
admin configure - atom keys with leading : See merge request pleroma/pleroma!1424
This commit is contained in:
commit
03c4ea44ad
4 changed files with 59 additions and 20 deletions
|
|
@ -35,7 +35,7 @@ defmodule Pleroma.Config.TransferTask do
|
|||
if String.starts_with?(setting.key, "Pleroma.") do
|
||||
"Elixir." <> setting.key
|
||||
else
|
||||
setting.key
|
||||
String.trim_leading(setting.key, ":")
|
||||
end
|
||||
|
||||
group = String.to_existing_atom(setting.group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue