This commit is contained in:
Your New SJW Waifu 2020-04-17 06:47:23 -05:00
parent 29ea40fbbe
commit 0355146207
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ defmodule Pleroma.Repo.Migrations.UsersPopulateEmoji do
emoji =
user.source_data
|> Map.get("tag", [])
|> Enum.filter(fn
|> Enum.filter(fn
%{"type" => t} -> t == "Emoji"
_ -> false