Oh no! More fixes!

This commit is contained in:
lain 2018-02-24 10:51:15 +01:00
commit 541a4cbbb6
2 changed files with 25 additions and 17 deletions

View file

@ -14,7 +14,7 @@ defmodule Mix.Tasks.FixApUsers do
Enum.each(users, fn(user) ->
IO.puts("Fetching #{user.nickname}")
Pleroma.Web.ActivityPub.Transmogrifier.upgrade_user_from_ap_id(user.ap_id)
Pleroma.Web.ActivityPub.Transmogrifier.upgrade_user_from_ap_id(user.ap_id, false)
end)
end
end