tangled
alpha
login
or
join now
zzstoatzz.io
/
zat
1
fork
atom
atproto tools in zig
zat.dev
sdk
atproto
zig
1
fork
atom
overview
issues
pulls
pipelines
fix: handle .other did method in resolver
zzstoatzz.io
2 months ago
1573973a
da07142d
+1
1 changed file
expand all
collapse all
unified
split
src
internal
did_resolver.zig
+1
src/internal/did_resolver.zig
···
31
31
return switch (did.method()) {
32
32
.plc => try self.resolvePlc(did),
33
33
.web => try self.resolveWeb(did),
34
34
+
.other => error.UnsupportedDidMethod,
34
35
};
35
36
}
36
37