Fix: thread

This commit is contained in:
cutls 2019-11-14 01:42:09 +09:00
parent fd3cf1eb9f
commit c2fa24c956

View File

@ -661,6 +661,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
mentions = '<div style="float:right">' + mentions + '</div>' mentions = '<div style="float:right">' + mentions + '</div>'
} else { } else {
var to_mention = [toot.account.acct] var to_mention = [toot.account.acct]
}
//メンションじゃなくてもlang_parse_thread //メンションじゃなくてもlang_parse_thread
if (toot.in_reply_to_id) { if (toot.in_reply_to_id) {
mentions = `<div style="float:right"> mentions = `<div style="float:right">
@ -668,7 +669,6 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
${lang.lang_parse_thread} ${lang.lang_parse_thread}
</a></div>` </a></div>`
} }
}
var tagck = toot.tags[0] var tagck = toot.tags[0]
var tags = '' var tags = ''
//タグであれば //タグであれば