An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:bluesky-social/social-app into main

+1 -1
+1 -1
src/view/com/profile/ProfileHeader.tsx
··· 218 218 onRefreshAll() 219 219 Toast.show('Account unblocked') 220 220 } catch (e: any) { 221 - store.log.error('Failed to block account', e) 221 + store.log.error('Failed to unblock account', e) 222 222 Toast.show(`There was an issue! ${e.toString()}`) 223 223 } 224 224 },