1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

More compact representation

This commit is contained in:
Mark Felder 2020-12-04 11:37:49 -06:00
parent 3bf5c5b015
commit 9dfda37821

View file

@ -344,9 +344,7 @@ defp delete_group(group) do
check_configdb(fn ->
group
|> Pleroma.ConfigDB.get_all_by_group()
|> Enum.each(fn config ->
Pleroma.ConfigDB.delete(%{group: config.group, key: config.key})
end)
|> Enum.each(&ConfigDB.delete/1)
end)
end