TheDesk Usain (18.8.1)

This commit is contained in:
Cutls
2019-08-21 21:51:36 +09:00
parent d2214480f6
commit 3cde12e893
10 changed files with 27 additions and 15 deletions

View File

@@ -623,6 +623,11 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
mentions = '<div style="float:right">' + mentions + '</div>';
} else {
var to_mention = [toot.account.acct];
//メンションじゃなくてもlang_parse_thread
if(toot.in_reply_to_id){
mentions = '<div style="float:right"><a onclick="details(\'' + toot.id + '\',' + acct_id +
',\'' + tlid + '\')" class="pointer waves-effect">' + lang.lang_parse_thread + '</a></div>';
}
}
var tagck = toot.tags[0];
var tags = "";