This commit is contained in:
syuilo
2018-07-08 03:15:54 +09:00
parent a46d230308
commit ef58503537
5 changed files with 5 additions and 5 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';