1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 06:15:54 +02:00
This commit is contained in:
syuilo
2018-04-17 16:05:50 +09:00
parent 3d276ab733
commit aaa167fd57
8 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import Resolver from '../../resolver';
import post from '../../../../services/note/create';
import { IRemoteUser } from '../../../../models/user';
import { IAnnounce, INote } from '../../type';
import { fetchNote, resolveNote } from '../../objects/note';
import { fetchNote, resolveNote } from '../../models/note';
const log = debug('misskey:activitypub');