parent
90c8568a3f
commit
e0874069bd
@ -383,17 +383,11 @@ async function publish(user: IUser, note: INote, noteObj: any, reply: INote, ren
|
||||
|
||||
// Publish note to local and hybrid timeline stream
|
||||
if (note.visibility != 'home') {
|
||||
// Ignore if it is a reply
|
||||
if (note.replyId == null) {
|
||||
publishLocalTimelineStream(noteObj);
|
||||
}
|
||||
}
|
||||
|
||||
if (note.visibility == 'public') {
|
||||
// Ignore if it is a reply
|
||||
if (note.replyId == null) {
|
||||
publishHybridTimelineStream(null, noteObj);
|
||||
}
|
||||
} else {
|
||||
// Publish event to myself's stream
|
||||
publishHybridTimelineStream(note.userId, noteObj);
|
||||
|
Loading…
Reference in New Issue
Block a user