Skip to content
Snippets Groups Projects
Commit fb46d6fb authored by lain's avatar lain
Browse files

Prefer post-specific emoji.

parent 422d0f32
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ defmodule Pleroma.Formatter do
def emojify(text, additional \\ nil) do
all_emoji = if additional do
@emoji ++ Map.to_list(additional)
Map.to_list(additional) ++ @emoji
else
@emoji
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment