Prefer post-specific emoji.

This commit is contained in:
Roger Braun 2017-09-17 13:24:52 +02:00
parent 422d0f324f
commit fb46d6fbc4
1 changed files with 1 additions and 1 deletions

View File

@ -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