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

@ -9,7 +9,7 @@ import renderCreate from '../../remote/activitypub/renderer/create';
import renderAnnounce from '../../remote/activitypub/renderer/announce';
import packAp from '../../remote/activitypub/renderer';
import { IDriveFile } from '../../models/drive-file';
import notify from '../..//notify';
import notify from '../../notify;
import NoteWatching from '../../models/note-watching';
import watch from './watch';
import Mute from '../../models/mute';

View file

@ -2,7 +2,7 @@ import { IUser, isLocalUser, isRemoteUser } from '../../../models/user';
import Note, { INote } from '../../../models/note';
import NoteReaction from '../../../models/note-reaction';
import { publishNoteStream } from '../../../stream';
import notify from '../../..//notify';
import notify from '../../../notify;
import NoteWatching from '../../../models/note-watching';
import watch from '../watch';
import renderLike from '../../../remote/activitypub/renderer/like';