Merge branch 'captcha' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index 0add1b6861fb095f1f777717e271f52fe4d570c3..ebcf9230bc8959b5735cb5888a4f37c1c246dd9b 100644 (file)
@@ -59,8 +59,11 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
         privacy: user_info.default_scope,
         sensitive: false
       },
-      # Note: Mastodon does not return this field:
-      tags: user.tags
+
+      # Pleroma extension
+      pleroma: %{
+        tags: user.tags
+      }
     }
   end