mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 06:04:16 +02:00
そもそも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