semantic bufo search find-bufo.com
bufo
1
fork

Configure Feed

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

cleanup: remove verbose video upload response log

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz 19acc343 026e833e

-1
-1
bot/src/bsky.zig
··· 363 363 }; 364 364 365 365 const response = aw.toArrayList(); 366 - std.debug.print("upload video response ({s}): {s}\n", .{ @tagName(result.status), response.items }); 367 366 368 367 // handle both .ok and .conflict (already_exists) as success 369 368 if (result.status != .ok and result.status != .conflict) {