1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 17:55:52 +02:00
This commit is contained in:
syuilo
2018-07-11 14:33:03 +09:00
parent f5fd523ca7
commit c41ccf7821
5 changed files with 6 additions and 4 deletions

View File

@@ -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);
}
}
}