[#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

@ -62,6 +62,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
# Pleroma extension
pleroma: %{
confirmation_pending: user_info.confirmation_pending,
tags: user.tags
}
}