coord-e / misskey-rs

:v: Client library for Misskey :smiling_face_with_three_hearts:
Apache License 2.0
59 stars 7 forks source link

Panic when reading user emoji without aliases #24

Closed ghost closed 3 years ago

ghost commented 3 years ago

i found that the lib would panic when reading my home timeline because user emoji aliases are not always sent, this lets serde use the default value when deserialising, fixing the crash.

coord-e commented 3 years ago

thanks!