Remove html from user bios on display.

This is mainly to fix problems of bios coming from mastodong.
This commit is contained in:
Roger Braun 2017-06-18 13:17:35 +02:00
commit 7b41e103e1
2 changed files with 4 additions and 4 deletions

View 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