MV-GH / LemmyBackwardsCompatibleAPI

Kotlin multiplatform Backward compatible Lemmy API
GNU Affero General Public License v3.0
4 stars 1 forks source link

Logging in broken on `v0.19` instance with emojis enabled. #10

Closed dessalines closed 9 months ago

dessalines commented 9 months ago

I'll post logs shortly, but the error is Illegal input: Field 'id' is required for type with serial name 'it. vercruysse.lemmyapi.v0x19.datatypes.CustomEmojiKeyword', but was missing at path: $.custom_emojis[0].keywords[0]

MV-GH commented 9 months ago

Hmm CustomEmojiId is typealias

MV-GH commented 9 months ago

Can you tell me on which API endpoint this happens

edit: I think its /site?

dessalines commented 9 months ago

Yep it's site.

Linked jerboa issue: https://github.com/dessalines/jerboa/issues/1294