[#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
|
|
@ -81,6 +81,7 @@ defmodule Pleroma.Web.TwitterAPI.UserView do
|
|||
|
||||
# Pleroma extension
|
||||
"pleroma" => %{
|
||||
"confirmation_pending" => user_info.confirmation_pending,
|
||||
"tags" => user.tags
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue