mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-20 16:40:59 +00:00
Prefer post-specific emoji.
This commit is contained in:
parent
422d0f324f
commit
fb46d6fbc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue