I am not sure what's going on anymore so I'll just commit and reset all the other...
[akkoma] / lib / pleroma / web / twitter_api / views / user_view.ex
index 8a88d72b1bf07ed2d006bc1d7730b7566c66a4c0..6e489624f4c721a61a45673ad03bda94014527f7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.UserView do
   use Pleroma.Web, :view
   alias Pleroma.User
@@ -81,6 +85,7 @@ defmodule Pleroma.Web.TwitterAPI.UserView do
 
       # Pleroma extension
       "pleroma" => %{
+        "confirmation_pending" => user_info.confirmation_pending,
         "tags" => user.tags
       }
     }