This commit is contained in:
syuilo
2022-03-01 01:36:50 +09:00
parent 2e89b21544
commit c8070fc544
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import Router from '@koa/router';
import json from 'koa-json-body';
import * as httpSignature from 'http-signature';
import httpSignature from 'http-signature';
import { renderActivity } from '@/remote/activitypub/renderer/index.js';
import renderNote from '@/remote/activitypub/renderer/note.js';