mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Fix bug
This commit is contained in:
parent
56db5c0cf9
commit
567a5aa26d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue