projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03702e4
)
Fix wrong return when finmoji is disabled
author
href
<href@random.sh>
Mon, 5 Nov 2018 20:16:56 +0000
(21:16 +0100)
committer
href
<href@random.sh>
Mon, 5 Nov 2018 20:17:47 +0000
(21:17 +0100)
lib/pleroma/emoji.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/emoji.ex
b/lib/pleroma/emoji.ex
index 7da1a24383406781f35c155791356256dbddb129..0a5e1d5ce1711fc42e86e0456c62d3aa483b51b2 100644
(file)
--- a/
lib/pleroma/emoji.ex
+++ b/
lib/pleroma/emoji.ex
@@
-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