summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-01 23:57:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-01 23:57:05 +0900
commitce28c70c35a0bbe0f344fa1fb40ed8d6f4a4c013 (patch)
tree450ca9f6376186314bf9164a723b1b38fb3ae02e /src
parentMerge branch 'string-interpolation' into develop (diff)
downloadmisskey-ce28c70c35a0bbe0f344fa1fb40ed8d6f4a4c013.tar.gz
misskey-ce28c70c35a0bbe0f344fa1fb40ed8d6f4a4c013.tar.bz2
misskey-ce28c70c35a0bbe0f344fa1fb40ed8d6f4a4c013.zip
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/mfm/html-to-mfm.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mfm/html-to-mfm.ts b/src/mfm/html-to-mfm.ts
index b476a9af5c..6da1dbdad3 100644
--- a/src/mfm/html-to-mfm.ts
+++ b/src/mfm/html-to-mfm.ts
@@ -47,11 +47,9 @@ export default function(html: string): string {
//#region ホスト名部分が省略されているので復元する
const acct = `${txt}@${(new URL(href.value)).hostname}`;
text += acct;
- break;
//#endregion
} else if (part.length == 3) {
text += txt;
- break;
}
// その他
} else {