mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 16:40:29 +00:00
Fix wrong return when finmoji is disabled
This commit is contained in:
parent
03702e4c4a
commit
83911b1443
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ defmodule Pleroma.Emoji do
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
defp load_finmoji(_), do: :ok
|
defp load_finmoji(_), do: []
|
||||||
|
|
||||||
defp load_from_file(file) do
|
defp load_from_file(file) do
|
||||||
if File.exists?(file) do
|
if File.exists?(file) do
|
||||||
|
|
Loading…
Reference in a new issue