From 3cde12e893e6c9048f247499c52e4941c3280e94 Mon Sep 17 00:00:00 2001 From: Cutls Date: Wed, 21 Aug 2019 21:51:36 +0900 Subject: [PATCH] TheDesk Usain (18.8.1) --- app/js/tl/parse.js | 5 +++++ app/package.json | 2 +- app/view/bg/index.html | 5 +++-- app/view/cs/index.html | 5 +++-- app/view/de/index.html | 5 +++-- app/view/en/index.html | 5 +++-- app/view/ja/index.html | 5 +++-- app/view/make/index.sample.html | 3 ++- app/view/make/make.js | 2 +- app/view/ps/index.html | 5 +++-- 10 files changed, 27 insertions(+), 15 deletions(-) diff --git a/app/js/tl/parse.js b/app/js/tl/parse.js index adf59fdb..96fad252 100644 --- a/app/js/tl/parse.js +++ b/app/js/tl/parse.js @@ -623,6 +623,11 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) { mentions = '
' + mentions + '
'; } else { var to_mention = [toot.account.acct]; + //メンションじゃなくてもlang_parse_thread + if(toot.in_reply_to_id){ + mentions = '
' + lang.lang_parse_thread + '
'; + } } var tagck = toot.tags[0]; var tags = ""; diff --git a/app/package.json b/app/package.json index 930b2a83..f03f120a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "thedesk", - "version": "18.8.0", + "version": "18.8.1", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", diff --git a/app/view/bg/index.html b/app/view/bg/index.html index c16ee722..a68c3492 100644 --- a/app/view/bg/index.html +++ b/app/view/bg/index.html @@ -24,7 +24,7 @@