diff options
author | rshigg <90143161+rshigg@users.noreply.github.com> | 2024-11-22 16:06:00 -0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 11:36:00 -0800 |
commit | ced67876cc9acbff3746151db3aa06dbf8ab7786 (patch) | |
tree | 49db094ce72b8237a0074cce0997bf417a64017c /src/state/queries | |
parent | 247bc100cb241cb53d437dc30cc10924040acb43 (diff) | |
download | voidsky-ced67876cc9acbff3746151db3aa06dbf8ab7786.tar.zst |
Add ability to block account from post dropdown menu (#6091)
Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Hailey <hailey@blueskyweb.xyz>
Diffstat (limited to 'src/state/queries')
-rw-r--r-- | src/state/queries/profile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/profile.ts b/src/state/queries/profile.ts index 84f209d95..63c405788 100644 --- a/src/state/queries/profile.ts +++ b/src/state/queries/profile.ts @@ -409,7 +409,7 @@ function useProfileUnmuteMutation() { } export function useProfileBlockMutationQueue( - profile: Shadow<AppBskyActorDefs.ProfileViewDetailed>, + profile: Shadow<AppBskyActorDefs.ProfileViewBasic>, ) { const queryClient = useQueryClient() const did = profile.did |