A community based topic aggregation platform built on atproto
1{ 2 "$type": "social.coves.actor.preferences", 3 "feedPreferences": { 4 "defaultFeed": "home", 5 "defaultSort": "hot", 6 "showNSFW": false, 7 "blurNSFW": true, 8 "autoplayVideos": true, 9 "infiniteScroll": true 10 }, 11 "contentFiltering": { 12 "blockedTags": ["politics", "spoilers"], 13 "blockedCommunities": ["did:plc:controversialcommunity"], 14 "mutedWords": ["spam", "scam"], 15 "languageFilter": ["en", "es"] 16 }, 17 "notificationSettings": { 18 "postReplies": true, 19 "commentReplies": true, 20 "mentions": true, 21 "upvotes": false, 22 "newFollowers": true, 23 "communityInvites": true, 24 "moderatorNotifications": true 25 }, 26 "privacySettings": { 27 "profileVisibility": "public", 28 "showSubscriptions": true, 29 "showSavedPosts": false, 30 "showVoteHistory": false, 31 "allowDMs": "followers" 32 }, 33 "displayPreferences": { 34 "theme": "dark", 35 "compactView": false, 36 "showAvatars": true, 37 "showThumbnails": true, 38 "postsPerPage": 25 39 } 40}