This commit is contained in:
syuilo
2018-07-07 19:21:54 +09:00
parent aa4ef6745a
commit d92044cf6a
13 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import User, { isLocalUser, isRemoteUser, pack as packUser, IUser } from '../../../models/user';
import event from '../../../stream';
import notify from '../../..//notify';
import notify from '../../../notify;
import pack from '../../../remote/activitypub/renderer';
import renderFollow from '../../../remote/activitypub/renderer/follow';
import { deliver } from '../../../queue';