Fix bug (for return) (#3878)
This commit is contained in:
parent
dd6cd6332c
commit
12cf598e6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user