Output tags list in TwAPI.
[akkoma] / lib / pleroma / web / twitter_api / representers / user_representer.ex
index 8a7bb6f0d3199fab6ad6f81b92a1cc0d61c0b4bd..a6595f349029d6c78eb1562acd878506c065cc44 100644 (file)
@@ -18,7 +18,7 @@ defmodule Pleroma.Web.TwitterAPI.Representers.UserRepresenter do
       "id" => user.id,
       "name" => user.name,
       "screen_name" => user.nickname,
-      "description" => user.bio,
+      "description" => HtmlSanitizeEx.strip_tags(user.bio),
       "following" => following,
       "created_at" => created_at,
       # Fake fields