diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-30 14:57:13 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-30 14:57:13 +0900 |
| commit | 3058e8f354905f917a2af715499d6c96ae715f57 (patch) | |
| tree | e28359a07ef2cd30c78dbcc4fdf7174f5c1a4dbf /src/remote/activitypub/misc/get-note-html.ts | |
| parent | Extract MFM types (diff) | |
| download | misskey-3058e8f354905f917a2af715499d6c96ae715f57.tar.gz misskey-3058e8f354905f917a2af715499d6c96ae715f57.tar.bz2 misskey-3058e8f354905f917a2af715499d6c96ae715f57.zip | |
Rename html to toHtml
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 a159bf902d..687faebed4 100644 --- a/src/remote/activitypub/misc/get-note-html.ts +++ b/src/remote/activitypub/misc/get-note-html.ts @@ -1,5 +1,5 @@ import { INote } from '../../../models/note'; -import toHtml from '../../../mfm/html'; +import toHtml from '../../../mfm/toHtml'; import parse from '../../../mfm/parse'; export default function(note: INote) { |