-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some of the current model types are based on the "packed" representation in misskey.
There are pack
functions that take parameters, and the form of the packed representation returned depends on the parameter.
Currently, we do not take these parameters into account, and we deal with it by using Option
to fields that depends on the parameter. Since this approach misses quite a lot of invariants, it is expected to introduce a model type that statically considers the pack parameter.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request