This commit is contained in:
syuilo
2019-03-07 23:07:21 +09:00
parent 00c9f4a2e5
commit c934987b14
13 changed files with 146 additions and 174 deletions

View File

@ -16,7 +16,7 @@ import Followers from './activitypub/followers';
import Following from './activitypub/following';
import Featured from './activitypub/featured';
import renderQuestion from '../remote/activitypub/renderer/question';
import { processInbox } from '../queue';
import { inbox as processInbox } from '../queue';
// Init router
const router = new Router();