Migrate to new header for topics passthrough

This commit is contained in:
Eric Bailey
2026-08-26 18:04:40 -05:00
parent 206a932c5d
commit 2189d4b869
+1 -1
View File
@@ -12,7 +12,7 @@ if (IS_WEB && typeof window !== 'undefined') {
export function createBskyTopicsHeader(userInterests?: string) {
return {
'X-Bsky-Topics': debugTopics || userInterests || '',
'x-atproto-bsky-topics': debugTopics || userInterests || '',
}
}