[#114] Added pleroma.confirmation_pending to user views, adjusted view tests.
This commit is contained in:
parent
b86057cc7f
commit
aed0f90287
4 changed files with 26 additions and 6 deletions
|
|
@ -62,6 +62,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
|
|||
|
||||
# Pleroma extension
|
||||
pleroma: %{
|
||||
confirmation_pending: user_info.confirmation_pending,
|
||||
tags: user.tags
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue