Fix wrong return when finmoji is disabled
authorhref <href@random.sh>
Mon, 5 Nov 2018 20:16:56 +0000 (21:16 +0100)
committerhref <href@random.sh>
Mon, 5 Nov 2018 20:17:47 +0000 (21:17 +0100)
lib/pleroma/emoji.ex

index 7da1a24383406781f35c155791356256dbddb129..0a5e1d5ce1711fc42e86e0456c62d3aa483b51b2 100644 (file)
@@ -153,7 +153,7 @@ defmodule Pleroma.Emoji do
     end)
   end
 
-  defp load_finmoji(_), do: :ok
+  defp load_finmoji(_), do: []
 
   defp load_from_file(file) do
     if File.exists?(file) do