Merge branch 'bluesky-social:main' into patch-3

This commit is contained in:
Minseo Lee 2024-03-14 21:11:00 +09:00 committed by GitHub
commit 4813f26158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 210 additions and 42 deletions

View file

@ -172,7 +172,10 @@ function SuggestedFollow({
const {_} = useLingui()
const moderationOpts = useModerationOpts()
const profile = useProfileShadow(profileUnshadowed)
const [queueFollow, queueUnfollow] = useProfileFollowMutationQueue(profile)
const [queueFollow, queueUnfollow] = useProfileFollowMutationQueue(
profile,
'ProfileHeaderSuggestedFollows',
)
const onPressFollow = React.useCallback(async () => {
try {