This commit is contained in:
syuilo 2018-07-30 07:23:44 +09:00
parent 83d9730d93
commit 3314640b01

View file

@ -22,7 +22,7 @@ export function publishDriveStream(userId: ID, type: string, value?: any): void
}
export function publishNoteStream(noteId: ID, type: string): void {
publish(`note-stream:${noteId}`, type, noteId);
publish(`note-stream:${noteId}`, null, noteId);
}
export function publishUserListStream(listId: ID, type: string, value?: any): void {