update latest lexicons

This commit is contained in:
Samuel Newman
2026-08-07 18:20:05 +03:00
parent 38367d2a5c
commit 8a119ecdb2
6 changed files with 37 additions and 8 deletions
+10 -1
View File
@@ -250,7 +250,8 @@
"type": "object",
"properties": {
"muted": {
"type": "boolean"
"type": "boolean",
"description": "Whether the account is fully muted, directly or via a mutelist. False when the mute is scoped to specific kinds; see mutedOnlyReposts and mutedOnlyQuoteposts."
},
"blocking": {
"type": "string",
@@ -280,6 +281,14 @@
"type": "ref",
"description": "This property is present only in selected cases, as an optimization."
},
"mutedOnlyReposts": {
"type": "boolean",
"description": "Whether the account's reposts are muted. Scoped mutes are exclusive with muted: this can be true while muted is false. If muted is true, this will be false."
},
"mutedOnlyQuoteposts": {
"type": "boolean",
"description": "Whether the account's quote posts are muted. Scoped mutes are exclusive with muted: this can be true while muted is false. If muted is true, this will be false."
},
"activitySubscription": {
"ref": "app.bsky.notification.defs#activitySubscription",
"type": "ref",