forked from mirrors/misskey
そもそもPacked<'...'>は常にSerializedである
This commit is contained in:
@@ -227,7 +227,7 @@ export type StreamMessages = {
|
||||
};
|
||||
notes: {
|
||||
name: 'notesStream';
|
||||
payload: Serialized<Packed<'Note'>>;
|
||||
payload: Packed<'Note'>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user