This commit is contained in:
syuilo 2018-07-30 07:23:44 +09:00
parent 56db5c0cf9
commit 567a5aa26d

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 {