alpha
Login
or
Join now
zzstoatzz.io
/
zds
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
zig pds
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix bsky service config shape
author
zzstoatzz
date
2 months ago
(May 21, 2026, 12:54 PM -0500)
commit
69b23dfa
69b23dfaccfe9251c0b91fe78a16155799cd1811
parent
b8ddac90
b8ddac906fc51d20847865334b0f46cb1f0462b0
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
bsky
compat.zig
+1
-1
src/bsky/compat.zig
View file
Reviewed
···
331
331
}
332
332
333
333
pub fn unspeccedGetConfig(request: *http.Server.Request) !void {
334
334
-
return http_api.json(request, .ok, "{\"checkEmailConfirmed\":false,\"liveNow\":{},\"featureFlags\":{}}");
334
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 {