mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-26 00:43:47 +01:00
CWのspoiler_textの絵文字表示に対応
This commit is contained in:
parent
746b6430c3
commit
e312790992
@ -141,7 +141,7 @@ public class TootStatus extends TootId {
|
||||
status.decoded_mentions = HTMLDecoder.decodeMentions(account, status.mentions );
|
||||
|
||||
if( !TextUtils.isEmpty( status.spoiler_text ) ){
|
||||
status.decoded_spoiler_text = HTMLDecoder.decodeMentions(account, status.mentions );
|
||||
status.decoded_spoiler_text = HTMLDecoder.decodeHTML(account, status.spoiler_text );
|
||||
}
|
||||
return status;
|
||||
}catch( Throwable ex ){
|
||||
|
Loading…
Reference in New Issue
Block a user