summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2019-01-30 14:57:13 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-01-30 14:57:13 +0900
commit3058e8f354905f917a2af715499d6c96ae715f57 (patch)
treee28359a07ef2cd30c78dbcc4fdf7174f5c1a4dbf /src/remote/activitypub/renderer
parentExtract MFM types (diff)
downloadmisskey-3058e8f354905f917a2af715499d6c96ae715f57.tar.gz
misskey-3058e8f354905f917a2af715499d6c96ae715f57.tar.bz2
misskey-3058e8f354905f917a2af715499d6c96ae715f57.zip
Rename html to toHtml
Diffstat (limited to 'src/remote/activitypub/renderer')
-rw-r--r--src/remote/activitypub/renderer/person.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/renderer/person.ts b/src/remote/activitypub/renderer/person.ts
index 096596b021..827fa91f2b 100644
--- a/src/remote/activitypub/renderer/person.ts
+++ b/src/remote/activitypub/renderer/person.ts
@@ -2,7 +2,7 @@ import renderImage from './image';
import renderKey from './key';
import config from '../../../config';
import { ILocalUser } from '../../../models/user';
-import toHtml from '../../../mfm/html';
+import toHtml from '../../../mfm/toHtml';
import parse from '../../../mfm/parse';
import DriveFile from '../../../models/drive-file';
import { getEmojis } from './note';