mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 13:35:30 +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