UNPKG

@atproto/api

Version:

Client library for atproto and Bluesky

1,217 lines (1,193 loc) 35.5 kB
{ "users": { "self": { "blocking": false, "blockedBy": false, "muted": false, "mutedByList": false }, "alice": { "blocking": false, "blockedBy": false, "muted": false, "mutedByList": false }, "bob": { "blocking": true, "blockedBy": false, "muted": false, "mutedByList": false }, "carla": { "blocking": false, "blockedBy": true, "muted": false, "mutedByList": false }, "dan": { "blocking": false, "blockedBy": false, "muted": true, "mutedByList": false }, "elise": { "blocking": false, "blockedBy": false, "muted": false, "mutedByList": true }, "fern": { "blocking": true, "blockedBy": true, "muted": false, "mutedByList": false } }, "configurations": { "none": {}, "adult-disabled": { "adultContentEnabled": false }, "intolerant-hide": { "settings": { "intolerant": "hide" } }, "intolerant-warn": { "settings": { "intolerant": "warn" } }, "intolerant-ignore": { "settings": { "intolerant": "ignore" } }, "porn-hide": { "adultContentEnabled": true, "settings": { "porn": "hide" } }, "porn-warn": { "adultContentEnabled": true, "settings": { "porn": "warn" } }, "porn-ignore": { "adultContentEnabled": true, "settings": { "porn": "ignore" } }, "scam-hide": { "settings": { "scam": "hide" } }, "scam-warn": { "settings": { "scam": "warn" } }, "scam-ignore": { "settings": { "scam": "ignore" } }, "porn-hide-intolerant-hide": { "adultContentEnabled": true, "settings": { "porn": "hide", "intolerant": "hide" } }, "porn-hide-intolerant-warn": { "adultContentEnabled": true, "settings": { "porn": "hide", "intolerant": "warn" } }, "porn-warn-intolerant-hide": { "adultContentEnabled": true, "settings": { "porn": "warn", "intolerant": "hide" } }, "logged-out": { "authed": false } }, "scenarios": { "Imperative label ('!hide') on post": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "post": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true, "blur": true, "noOverride": true } } }, "Imperative label ('!hide') on author profile": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "profile": ["!hide"] }, "behaviors": { "avatar": { "cause": "label:!hide", "blur": true, "noOverride": true } } }, "Imperative label ('!hide') on author account": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "account": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true, "blur": true, "noOverride": true }, "avatar": { "cause": "label:!hide", "blur": true, "noOverride": true } } }, "Imperative label ('!hide') on quoted post": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true }, "embed": { "cause": "label:!hide", "blur": true, "noOverride": true } } }, "Imperative label ('!hide') on quoted author account": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true }, "embed": { "cause": "label:!hide", "blur": true, "noOverride": true } } }, "Imperative label ('!no-promote') on post": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "post": ["!no-promote"] }, "behaviors": { "content": { "cause": "label:!no-promote", "filter": true } } }, "Imperative label ('!no-promote') on author profile": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "profile": ["!no-promote"] }, "behaviors": {} }, "Imperative label ('!no-promote') on author account": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "account": ["!no-promote"] }, "behaviors": { "content": { "cause": "label:!no-promote", "filter": true } } }, "Imperative label ('!no-promote') on quoted post": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["!no-promote"] }, "behaviors": { "content": { "cause": "label:!no-promote", "filter": true } } }, "Imperative label ('!no-promote') on quoted author account": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["!no-promote"] }, "behaviors": { "content": { "cause": "label:!no-promote", "filter": true } } }, "Imperative label ('!warn') on post": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "post": ["!warn"] }, "behaviors": { "content": { "cause": "label:!warn", "blur": true } } }, "Imperative label ('!warn') on author profile": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "profile": ["!warn"] }, "behaviors": { "avatar": { "blur": true } } }, "Imperative label ('!warn') on author account": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "account": ["!warn"] }, "behaviors": { "content": { "cause": "label:!warn", "blur": true }, "avatar": { "blur": true } } }, "Imperative label ('!warn') on quoted post": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["!warn"] }, "behaviors": { "embed": { "cause": "label:!warn", "blur": true } } }, "Imperative label ('!warn') on quoted author account": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["!warn"] }, "behaviors": { "embed": { "cause": "label:!warn", "blur": true } } }, "Imperative label ('!no-unauthenticated') on post when logged out": { "cfg": "logged-out", "subject": "post", "author": "alice", "labels": { "post": ["!no-unauthenticated"] }, "behaviors": { "content": { "cause": "label:!no-unauthenticated", "filter": true, "blur": true, "noOverride": true } } }, "Imperative label ('!no-unauthenticated') on author profile when logged out": { "cfg": "logged-out", "subject": "post", "author": "alice", "labels": { "profile": ["!no-unauthenticated"] }, "behaviors": { "avatar": { "cause": "label:!no-unauthenticated", "blur": true, "noOverride": true } } }, "Imperative label ('!no-unauthenticated') on author account when logged out": { "cfg": "logged-out", "subject": "post", "author": "alice", "labels": { "account": ["!no-unauthenticated"] }, "behaviors": { "content": { "cause": "label:!no-unauthenticated", "filter": true, "blur": true, "noOverride": true }, "avatar": { "cause": "label:!no-unauthenticated", "blur": true, "noOverride": true } } }, "Imperative label ('!no-unauthenticated') on quoted post when logged out": { "cfg": "logged-out", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["!no-unauthenticated"] }, "behaviors": { "content": { "cause": "label:!no-unauthenticated", "filter": true }, "embed": { "cause": "label:!no-unauthenticated", "blur": true, "noOverride": true } } }, "Imperative label ('!no-unauthenticated') on quoted author account when logged out": { "cfg": "logged-out", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["!no-unauthenticated"] }, "behaviors": { "content": { "cause": "label:!no-unauthenticated", "filter": true }, "embed": { "cause": "label:!no-unauthenticated", "blur": true, "noOverride": true } } }, "Imperative label ('!no-unauthenticated') on post when logged in": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "post": ["!no-unauthenticated"] }, "behaviors": {} }, "Imperative label ('!no-unauthenticated') on author profile when logged in": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "profile": ["!no-unauthenticated"] }, "behaviors": {} }, "Imperative label ('!no-unauthenticated') on author account when logged in": { "cfg": "none", "subject": "post", "author": "alice", "labels": { "account": ["!no-unauthenticated"] }, "behaviors": {} }, "Imperative label ('!no-unauthenticated') on quoted post when logged in": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["!no-unauthenticated"] }, "behaviors": {} }, "Imperative label ('!no-unauthenticated') on quoted author account when logged in": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["!no-unauthenticated"] }, "behaviors": {} }, "Blur label ('intolerant') on post (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "labels": { "post": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "filter": true, "blur": true } } }, "Blur label ('intolerant') on author profile (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "labels": { "profile": ["intolerant"] }, "behaviors": { "avatar": { "blur": true } } }, "Blur label ('intolerant') on author account (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "labels": { "account": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "filter": true, "blur": true }, "avatar": { "blur": true } } }, "Blur label ('intolerant') on quoted post (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "filter": true }, "embed": { "cause": "label:intolerant", "blur": true } } }, "Blur label ('intolerant') on quoted author account (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "filter": true }, "embed": { "cause": "label:intolerant", "blur": true } } }, "Blur label ('intolerant') on post (warn)": { "cfg": "intolerant-warn", "subject": "post", "author": "alice", "labels": { "post": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "blur": true } } }, "Blur label ('intolerant') on author profile (warn)": { "cfg": "intolerant-warn", "subject": "post", "author": "alice", "labels": { "profile": ["intolerant"] }, "behaviors": { "avatar": { "blur": true } } }, "Blur label ('intolerant') on author account (warn)": { "cfg": "intolerant-warn", "subject": "post", "author": "alice", "labels": { "account": ["intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "blur": true }, "avatar": { "blur": true } } }, "Blur label ('intolerant') on quoted post (warn)": { "cfg": "intolerant-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["intolerant"] }, "behaviors": { "embed": { "cause": "label:intolerant", "blur": true } } }, "Blur label ('intolerant') on quoted author account (warn)": { "cfg": "intolerant-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["intolerant"] }, "behaviors": { "embed": { "cause": "label:intolerant", "blur": true } } }, "Blur label ('intolerant') on post (ignore)": { "cfg": "intolerant-ignore", "subject": "post", "author": "alice", "labels": { "post": ["intolerant"] }, "behaviors": {} }, "Blur label ('intolerant') on author profile (ignore)": { "cfg": "intolerant-ignore", "subject": "post", "author": "alice", "labels": { "profile": ["intolerant"] }, "behaviors": {} }, "Blur label ('intolerant') on author account (ignore)": { "cfg": "intolerant-ignore", "subject": "post", "author": "alice", "labels": { "account": ["intolerant"] }, "behaviors": {} }, "Blur label ('intolerant') on quoted post (ignore)": { "cfg": "intolerant-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["intolerant"] }, "behaviors": {} }, "Blur label ('intolerant') on quoted author account (ignore)": { "cfg": "intolerant-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["intolerant"] }, "behaviors": {} }, "Blur-media label ('porn') on post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "labels": { "post": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true }, "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on author profile (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "labels": { "profile": ["porn"] }, "behaviors": { "avatar": { "blur": true } } }, "Blur-media label ('porn') on author account (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "labels": { "account": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true }, "avatar": { "blur": true }, "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on quoted post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true }, "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on quoted author account (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true } } }, "Blur-media label ('porn') on post (warn)": { "cfg": "porn-warn", "subject": "post", "author": "alice", "labels": { "post": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on author profile (warn)": { "cfg": "porn-warn", "subject": "post", "author": "alice", "labels": { "profile": ["porn"] }, "behaviors": { "avatar": { "blur": true } } }, "Blur-media label ('porn') on author account (warn)": { "cfg": "porn-warn", "subject": "post", "author": "alice", "labels": { "account": ["porn"] }, "behaviors": { "avatar": { "blur": true }, "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on quoted post (warn)": { "cfg": "porn-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Blur-media label ('porn') on quoted author account (warn)": { "cfg": "porn-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["porn"] }, "behaviors": {} }, "Blur-media label ('porn') on post (ignore)": { "cfg": "porn-ignore", "subject": "post", "author": "alice", "labels": { "post": ["porn"] }, "behaviors": {} }, "Blur-media label ('porn') on author profile (ignore)": { "cfg": "porn-ignore", "subject": "post", "author": "alice", "labels": { "profile": ["porn"] }, "behaviors": {} }, "Blur-media label ('porn') on author account (ignore)": { "cfg": "porn-ignore", "subject": "post", "author": "alice", "labels": { "account": ["porn"] }, "behaviors": {} }, "Blur-media label ('porn') on quoted post (ignore)": { "cfg": "porn-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["porn"] }, "behaviors": {} }, "Blur-media label ('porn') on quoted author account (ignore)": { "cfg": "porn-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["porn"] }, "behaviors": {} }, "Notice label ('scam') on post (hide)": { "cfg": "scam-hide", "subject": "post", "author": "alice", "labels": { "post": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "filter": true, "alert": true } } }, "Notice label ('scam') on author profile (hide)": { "cfg": "scam-hide", "subject": "post", "author": "alice", "labels": { "profile": ["scam"] }, "behaviors": { "avatar": { "alert": true } } }, "Notice label ('scam') on author account (hide)": { "cfg": "scam-hide", "subject": "post", "author": "alice", "labels": { "account": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "filter": true, "alert": true }, "avatar": { "alert": true } } }, "Notice label ('scam') on quoted post (hide)": { "cfg": "scam-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "filter": true }, "embed": { "cause": "label:scam", "alert": true } } }, "Notice label ('scam') on quoted author account (hide)": { "cfg": "scam-hide", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "filter": true }, "embed": { "cause": "label:scam", "alert": true } } }, "Notice label ('scam') on post (warn)": { "cfg": "scam-warn", "subject": "post", "author": "alice", "labels": { "post": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "alert": true } } }, "Notice label ('scam') on author profile (warn)": { "cfg": "scam-warn", "subject": "post", "author": "alice", "labels": { "profile": ["scam"] }, "behaviors": { "avatar": { "alert": true } } }, "Notice label ('scam') on author account (warn)": { "cfg": "scam-warn", "subject": "post", "author": "alice", "labels": { "account": ["scam"] }, "behaviors": { "content": { "cause": "label:scam", "alert": true }, "avatar": { "alert": true } } }, "Notice label ('scam') on quoted post (warn)": { "cfg": "scam-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["scam"] }, "behaviors": { "embed": { "cause": "label:scam", "alert": true } } }, "Notice label ('scam') on quoted author account (warn)": { "cfg": "scam-warn", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["scam"] }, "behaviors": { "embed": { "cause": "label:scam", "alert": true } } }, "Notice label ('scam') on post (ignore)": { "cfg": "scam-ignore", "subject": "post", "author": "alice", "labels": { "post": ["scam"] }, "behaviors": {} }, "Notice label ('scam') on author profile (ignore)": { "cfg": "scam-ignore", "subject": "post", "author": "alice", "labels": { "profile": ["scam"] }, "behaviors": {} }, "Notice label ('scam') on author account (ignore)": { "cfg": "scam-ignore", "subject": "post", "author": "alice", "labels": { "account": ["scam"] }, "behaviors": {} }, "Notice label ('scam') on quoted post (ignore)": { "cfg": "scam-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["scam"] }, "behaviors": {} }, "Notice label ('scam') on quoted author account (ignore)": { "cfg": "scam-ignore", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["scam"] }, "behaviors": {} }, "Adult-only label on post when adult content is disabled": { "cfg": "adult-disabled", "subject": "post", "author": "alice", "labels": { "post": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true, "noOverride": true }, "embed": { "cause": "label:porn", "blur": true, "noOverride": true } } }, "Adult-only label on author profile when adult content is disabled": { "cfg": "adult-disabled", "subject": "post", "author": "alice", "labels": { "profile": ["porn"] }, "behaviors": { "avatar": { "cause": "label:porn", "blur": true, "noOverride": true } } }, "Adult-only label on author account when adult content is disabled": { "cfg": "adult-disabled", "subject": "post", "author": "alice", "labels": { "account": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true, "noOverride": true }, "avatar": { "cause": "label:porn", "blur": true, "noOverride": true }, "embed": { "cause": "label:porn", "blur": true, "noOverride": true } } }, "Adult-only label on quoted post when adult content is disabled": { "cfg": "adult-disabled", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedPost": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true }, "embed": { "cause": "label:porn", "blur": true, "noOverride": true } } }, "Adult-only label on quoted author account when adult content is disabled": { "cfg": "adult-disabled", "subject": "post", "author": "alice", "quoteAuthor": "alice", "labels": { "quotedAccount": ["porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true } } }, "Self-post: Imperative label ('!hide') on post": { "cfg": "none", "subject": "post", "author": "self", "labels": { "post": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "blur": true } } }, "Self-post: Imperative label ('!hide') on author profile": { "cfg": "none", "subject": "post", "author": "self", "labels": { "profile": ["!hide"] }, "behaviors": {} }, "Self-post: Imperative label ('!hide') on author account": { "cfg": "none", "subject": "post", "author": "self", "labels": { "account": ["!hide"] }, "behaviors": {} }, "Self-post: Imperative label ('!hide') on quoted post": { "cfg": "none", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedPost": ["!hide"] }, "behaviors": { "embed": { "cause": "label:!hide", "blur": true } } }, "Self-post: Imperative label ('!hide') on quoted author account": { "cfg": "none", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedAccount": ["!hide"] }, "behaviors": {} }, "Self-post: Imperative label ('!warn') on post": { "cfg": "none", "subject": "post", "author": "self", "labels": { "post": ["!warn"] }, "behaviors": { "content": { "cause": "label:!warn", "blur": true } } }, "Self-post: Imperative label ('!warn') on author profile": { "cfg": "none", "subject": "post", "author": "self", "labels": { "profile": ["!warn"] }, "behaviors": {} }, "Self-post: Imperative label ('!warn') on author account": { "cfg": "none", "subject": "post", "author": "self", "labels": { "account": ["!warn"] }, "behaviors": {} }, "Self-post: Imperative label ('!warn') on quoted post": { "cfg": "none", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedPost": ["!warn"] }, "behaviors": { "embed": { "cause": "label:!warn", "blur": true } } }, "Self-post: Imperative label ('!warn') on quoted author account": { "cfg": "none", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedAccount": ["!warn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "self", "labels": { "post": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Self-post: Blur-media label ('porn') on author profile (hide)": { "cfg": "porn-hide", "subject": "post", "author": "self", "labels": { "profile": ["porn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on author account (hide)": { "cfg": "porn-hide", "subject": "post", "author": "self", "labels": { "account": ["porn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on quoted post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedPost": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Self-post: Blur-media label ('porn') on quoted author account (hide)": { "cfg": "porn-hide", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedAccount": ["porn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on post (warn)": { "cfg": "porn-warn", "subject": "post", "author": "self", "labels": { "post": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Self-post: Blur-media label ('porn') on author profile (warn)": { "cfg": "porn-warn", "subject": "post", "author": "self", "labels": { "profile": ["porn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on author account (warn)": { "cfg": "porn-warn", "subject": "post", "author": "self", "labels": { "account": ["porn"] }, "behaviors": {} }, "Self-post: Blur-media label ('porn') on quoted post (warn)": { "cfg": "porn-warn", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedPost": ["porn"] }, "behaviors": { "embed": { "cause": "label:porn", "blur": true } } }, "Self-post: Blur-media label ('porn') on quoted author account (warn)": { "cfg": "porn-warn", "subject": "post", "author": "self", "quoteAuthor": "self", "labels": { "quotedAccount": ["porn"] }, "behaviors": {} }, "Post with blocked author": { "cfg": "none", "subject": "post", "author": "bob", "labels": {}, "behaviors": { "content": { "cause": "blocking", "filter": true, "blur": true, "noOverride": true }, "avatar": { "blur": true, "noOverride": true } } }, "Post with blocked quoted author": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "bob", "labels": {}, "behaviors": { "content": { "cause": "blocking", "filter": true }, "embed": { "cause": "blocking", "blur": true, "noOverride": true } } }, "Post with author blocking user": { "cfg": "none", "subject": "post", "author": "carla", "labels": {}, "behaviors": { "content": { "cause": "blocked-by", "filter": true, "blur": true, "noOverride": true }, "avatar": { "blur": true, "noOverride": true } } }, "Post with quoted author blocking user": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "carla", "labels": {}, "behaviors": { "content": { "cause": "blocked-by", "filter": true }, "embed": { "cause": "blocked-by", "blur": true, "noOverride": true } } }, "Post with muted author": { "cfg": "none", "subject": "post", "author": "dan", "labels": {}, "behaviors": { "content": { "cause": "muted", "filter": true, "blur": true } } }, "Post with muted quoted author": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "dan", "labels": {}, "behaviors": { "content": { "cause": "muted", "filter": true }, "embed": { "cause": "muted", "blur": true } } }, "Post with muted-by-list author": { "cfg": "none", "subject": "post", "author": "elise", "labels": {}, "behaviors": { "content": { "cause": "muted-by-list", "filter": true, "blur": true } } }, "Post with muted-by-list quoted author": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "elise", "labels": {}, "behaviors": { "content": { "cause": "muted-by-list", "filter": true }, "embed": { "cause": "muted-by-list", "blur": true } } }, "Prioritization: post with blocking & blocked-by author": { "cfg": "none", "subject": "post", "author": "fern", "labels": {}, "behaviors": { "content": { "cause": "blocking", "filter": true, "blur": true, "noOverride": true }, "avatar": { "blur": true, "noOverride": true } } }, "Prioritization: post with blocking & blocked-by quoted author": { "cfg": "none", "subject": "post", "author": "alice", "quoteAuthor": "fern", "labels": {}, "behaviors": { "content": { "cause": "blocking", "filter": true }, "embed": { "cause": "blocking", "blur": true, "noOverride": true } } }, "Prioritization: '!hide' label on post by blocked user": { "cfg": "none", "subject": "post", "author": "bob", "labels": { "post": ["!hide"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true, "blur": true, "noOverride": true }, "avatar": { "blur": true, "noOverride": true } } }, "Prioritization: '!hide' label on quoted post, post by blocked user": { "cfg": "none", "subject": "post", "author": "bob", "quoteAuthor": "alice", "labels": { "quotedPost": ["!hide"] }, "behaviors": { "content": { "cause": "blocking", "filter": true, "blur": true, "noOverride": true }, "avatar": { "blur": true, "noOverride": true }, "embed": { "cause": "label:!hide", "blur": true, "noOverride": true } } }, "Prioritization: '!hide' and 'intolerant' labels on post (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "labels": { "post": ["!hide", "intolerant"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true, "blur": true, "noOverride": true } } }, "Prioritization: '!warn' and 'intolerant' labels on post (hide)": { "cfg": "intolerant-hide", "subject": "post", "author": "alice", "labels": { "post": ["!warn", "intolerant"] }, "behaviors": { "content": { "cause": "label:intolerant", "filter": true, "blur": true } } }, "Prioritization: '!hide' and 'porn' labels on post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "labels": { "post": ["!hide", "porn"] }, "behaviors": { "content": { "cause": "label:!hide", "filter": true, "blur": true, "noOverride": true } } }, "Prioritization: '!warn' and 'porn' labels on post (hide)": { "cfg": "porn-hide", "subject": "post", "author": "alice", "labels": { "post": ["!warn", "porn"] }, "behaviors": { "content": { "cause": "label:porn", "filter": true }, "embed": { "cause": "label:porn", "blur": true } } } } }