Fix bug
This commit is contained in:
@@ -269,7 +269,7 @@ export default async (user: IUser, data: {
|
||||
// Publish note to local and hybrid timeline stream
|
||||
if (note.visibility != 'home') {
|
||||
publishLocalTimelineStream(noteObj);
|
||||
publishHybridTimelineStream(noteObj);
|
||||
publishHybridTimelineStream(null, noteObj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user