mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Fix bug (for return) (#3878)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user