Migrate to new header for topics passthrough
This commit is contained in:
@@ -12,7 +12,7 @@ if (IS_WEB && typeof window !== 'undefined') {
|
|||||||
|
|
||||||
export function createBskyTopicsHeader(userInterests?: string) {
|
export function createBskyTopicsHeader(userInterests?: string) {
|
||||||
return {
|
return {
|
||||||
'X-Bsky-Topics': debugTopics || userInterests || '',
|
'x-atproto-bsky-topics': debugTopics || userInterests || '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user