Merge branch 'captcha' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index bcfa8836e0f3d2a04510728b5dbc62a7956776e8..ebcf9230bc8959b5735cb5888a4f37c1c246dd9b 100644 (file)
@@ -58,6 +58,11 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
         note: "",
         privacy: user_info.default_scope,
         sensitive: false
+      },
+
+      # Pleroma extension
+      pleroma: %{
+        tags: user.tags
       }
     }
   end