atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: zig fmt trailing whitespace

zzstoatzz 5e7379eb cc5d48e0

+1 -1
+1 -1
src/internal/handle_resolver.zig
··· 70 70 return try self.allocator.dupe(u8, did_str); 71 71 } 72 72 73 - /// resolve via DoH default: https://cloudflare-dns.com/dns-query 73 + /// resolve via DoH default: https://cloudflare-dns.com/dns-query 74 74 pub fn resolveDns(self: *HandleResolver, handle: Handle) ![]const u8 { 75 75 const dns_name = try std.fmt.allocPrint( 76 76 self.allocator,