Add ability to block account from post dropdown menu (#6091)

Co-authored-by: Hailey <me@haileyok.com>
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
This commit is contained in:
rshigg
2024-11-22 16:06:00 -03:30
committed by GitHub
parent 247bc100cb
commit ced67876cc
2 changed files with 49 additions and 9 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ function useProfileUnmuteMutation() {
}
export function useProfileBlockMutationQueue(
profile: Shadow<AppBskyActorDefs.ProfileViewDetailed>,
profile: Shadow<AppBskyActorDefs.ProfileViewBasic>,
) {
const queryClient = useQueryClient()
const did = profile.did