bluesky-social / indigo

Go source code for Bluesky's atproto services.
https://atproto.com
Apache License 2.0
660 stars 99 forks source link

Bug on convodefs.go #692

Closed xtianpu closed 3 months ago

xtianpu commented 3 months ago

There is a bug on here which making failure to decode embed record

https://github.com/bluesky-social/indigo/blob/d5f797ca4b60b665585f73a7b5a61fb534de62b9/api/chat/convodefs.go#L242

Data type should be EmbedRecord_View

bnewbold commented 3 months ago

cc: @whyrusleeping

xtianpu commented 3 months ago

solved by https://github.com/bluesky-social/indigo/pull/693

thank you so much 🙏