1
0
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:
tamaina
2023-06-04 18:39:39 +00:00
parent 4a104af304
commit edc38fc2c7
25 changed files with 78 additions and 100 deletions

View File

@@ -227,7 +227,7 @@ export type StreamMessages = {
};
notes: {
name: 'notesStream';
payload: Serialized<Packed<'Note'>>;
payload: Packed<'Note'>;
};
};