(Mastodon)投票の選択肢をHTMLとして解釈しないようにする

This commit is contained in:
tateisu 2019-04-16 16:26:47 +09:00
parent ddc66a9c92
commit b9fe4d7946
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class TootPolls private constructor(
val text = reWhitespace
.matcher((o.parseString("title") ?: "?").sanitizeBDI())
.replaceAll(" ")
val decoded_text = options.decodeHTML(text)
val decoded_text = options.decodeEmoji(text)
items.add(
TootPollsChoice(