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 = '';
+ }
}
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 @@