From aa94035987926f47b037c32b3c89ac470a40dc40 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Mon, 2 Apr 2018 13:44:32 +0900 Subject: Introduce acct directory --- src/server/api/endpoints/posts/create.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/api/endpoints/posts/create.ts') diff --git a/src/server/api/endpoints/posts/create.ts b/src/server/api/endpoints/posts/create.ts index 34a3aa1901..7c44e6f084 100644 --- a/src/server/api/endpoints/posts/create.ts +++ b/src/server/api/endpoints/posts/create.ts @@ -18,8 +18,8 @@ import watch from '../../common/watch-post'; import stream, { publishChannelStream } from '../../../../publishers/stream'; import notify from '../../../../publishers/notify'; import pushSw from '../../../../publishers/push-sw'; -import getAcct from '../../../../user/get-acct'; -import parseAcct from '../../../../user/parse-acct'; +import getAcct from '../../../../acct/render'; +import parseAcct from '../../../../acct/parse'; import config from '../../../../config'; /** -- cgit v1.2.3-freya