A set of utilities for working with the AT Protocol in Elixir.

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

ovyerus.com 010cbea4 ee40feb3

verified
Changed files
+3 -1
lib
atex
+3 -1
lib/atex/lexicon.ex
···
"string",
"bytes",
"cid-link",
-
"unknown"
+
"unknown",
+
"ref",
+
"union"
] do
{quoted_schema, quoted_type} = field_to_schema(def, nsid)
[{atomise(def_name), quoted_schema, quoted_type}]