An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization

fix(lexicon): pass through union and ref types to underlying handler

ovyerus.com 010cbea4 ee40feb3

verified
+3 -1
+3 -1
lib/atex/lexicon.ex
··· 207 207 "string", 208 208 "bytes", 209 209 "cid-link", 210 - "unknown" 210 + "unknown", 211 + "ref", 212 + "union" 211 213 ] do 212 214 {quoted_schema, quoted_type} = field_to_schema(def, nsid) 213 215 [{atomise(def_name), quoted_schema, quoted_type}]