zig pds
0

Configure Feed

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

Fix bsky service config shape

+1 -1
+1 -1
src/bsky/compat.zig
··· 331 331 } 332 332 333 333 pub fn unspeccedGetConfig(request: *http.Server.Request) !void { 334 - return http_api.json(request, .ok, "{\"checkEmailConfirmed\":false,\"liveNow\":{},\"featureFlags\":{}}"); 334 + return http_api.json(request, .ok, "{\"checkEmailConfirmed\":false,\"topicsEnabled\":false,\"liveNow\":[]}"); 335 335 } 336 336 337 337 pub fn unspeccedGetTrendingTopics(request: *http.Server.Request) !void {