Fix bug (for return) (#3878)

This commit is contained in:
MeiMei 2019-01-11 17:53:53 +09:00 committed by syuilo
parent fe1999949b
commit 06cf3c7bd0

View file

@ -541,7 +541,7 @@ async function publishToFollowers(note: INote, user: IUser, noteActivity: any) {
if (!following.stalk) {
// この投稿が返信ならスキップ
if (note.replyId && !note._reply.userId.equals(following.followerId) && !note._reply.userId.equals(note.userId))
return;
continue;
}
// Publish event to followers stream