' +
dis_name + '' +
diff --git a/app/js/tl/tl.js b/app/js/tl/tl.js
index 4df87f90..9386dfaa 100644
--- a/app/js/tl/tl.js
+++ b/app/js/tl/tl.js
@@ -53,14 +53,14 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
"user_" + acct_id) + "@" + domain + ")");
$("#notice_icon_" + tlid).text("notifications");
return;
- }else if (type == "dm") {
+ }/*else if (type == "dm") {
//DMなら飛ばす
dm(acct_id, tlid, "plus",delc,voice);
$("#notice_" + tlid).text(cap(type, data, acct_id) + "(" + localStorage.getItem(
"user_" + acct_id) + "@" + domain + ")");
$("#notice_icon_" + tlid).text("notifications");
return;
- }
+ }*/
localStorage.setItem("now", type);
todo(cap(type) + " TL Loading...");
var at = localStorage.getItem("acct_"+ acct_id + "_at");
@@ -579,7 +579,7 @@ function com(type, data) {
}else if (type == "list") {
return "list/" + data + "?"
}else if (type="dm") {
- return "/api/v1/conversations?"
+ return "direct?"
}
}
function misskeycom(type, data) {
diff --git a/app/view/en/index.html b/app/view/en/index.html
index 1ee00f35..a563688c 100644
--- a/app/view/en/index.html
+++ b/app/view/en/index.html
@@ -32,7 +32,7 @@