diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-04-26 11:48:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-04-26 11:48:09 +0900 |
| commit | 69975c2fdd1cfa12d86eb51ce0769f17ffd826a5 (patch) | |
| tree | 5e4ffecaec7d525c4ed6500c181f415e1b7efee4 /src/remote/activitypub/misc/get-note-html.ts | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-69975c2fdd1cfa12d86eb51ce0769f17ffd826a5.tar.gz sharkey-69975c2fdd1cfa12d86eb51ce0769f17ffd826a5.tar.bz2 sharkey-69975c2fdd1cfa12d86eb51ce0769f17ffd826a5.zip | |
chore: Use kebab-case for file names
Diffstat (limited to 'src/remote/activitypub/misc/get-note-html.ts')
| -rw-r--r-- | src/remote/activitypub/misc/get-note-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/misc/get-note-html.ts b/src/remote/activitypub/misc/get-note-html.ts index dba915fee9..6990a4ae5e 100644 --- a/src/remote/activitypub/misc/get-note-html.ts +++ b/src/remote/activitypub/misc/get-note-html.ts @@ -1,5 +1,5 @@ import { Note } from '../../../models/entities/note'; -import { toHtml } from '../../../mfm/toHtml'; +import { toHtml } from '../../../mfm/to-html'; import { parse } from '../../../mfm/parse'; export default function(note: Note) { |