[#114] Added pleroma.confirmation_pending to user views, adjusted view tests.

This commit is contained in:
Ivan Tashkinov 2018-12-18 14:07:05 +03:00
commit aed0f90287
4 changed files with 26 additions and 6 deletions

View file

@ -81,6 +81,7 @@ defmodule Pleroma.Web.TwitterAPI.UserView do
# Pleroma extension
"pleroma" => %{
"confirmation_pending" => user_info.confirmation_pending,
"tags" => user.tags
}
}