mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
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