mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
56db5c0cf9
commit
567a5aa26d
@ -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 New Issue
Block a user