Fix content visibility query formatting
This commit is contained in:
@@ -30,8 +30,8 @@ export function useContentVisibilityQuery() {
|
|||||||
const response = await client.get(
|
const response = await client.get(
|
||||||
app.bsky.actor.contentVisibilityDeclaration,
|
app.bsky.actor.contentVisibilityDeclaration,
|
||||||
{
|
{
|
||||||
repo: did!,
|
repo: did!,
|
||||||
rkey: CONTENT_VISIBILITY_RKEY,
|
rkey: CONTENT_VISIBILITY_RKEY,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
return parseContentVisibilityRecord(response.value)
|
return parseContentVisibilityRecord(response.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user