Fix parsing of standard gzip_packed structures
1 files changed, 1 insertions(+), 2 deletions(-) M lib/tl/parse.ex
M lib/tl/parse.ex => lib/tl/parse.ex +1 -2
@@ 188,8 188,7 @@ defmodule TL.Parse do decode(container, content, "id") end - output = process(:object, map) - {output, tail} + {map, tail} end # Vector deserialization