Skip to content

Commit

Permalink
Merge pull request #1797 from myConsciousness/pull-latest-lexicons
Browse files Browse the repository at this point in the history
  • Loading branch information
myConsciousness authored Nov 8, 2024
2 parents 29aa2d6 + b4a171a commit 86963cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lexicons/chat/bsky/convo/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"refs": ["#messageView", "#deletedMessageView"]
},
"muted": { "type": "boolean" },
"opened": { "type": "boolean" },
"unreadCount": { "type": "integer" }
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/lexicon/lib/src/lexicons.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8495,6 +8495,7 @@ const chatBskyConvoDefs = <String, dynamic>{
"refs": ["#messageView", "#deletedMessageView"]
},
"muted": {"type": "boolean"},
"opened": {"type": "boolean"},
"unreadCount": {"type": "integer"}
}
},
Expand Down
1 change: 1 addition & 0 deletions website/docs/lexicons/chat/bsky/convo/defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ description: chat.bsky.convo.defs
| **members** | array of [chat.bsky.actor.defs#profileViewBasic](../../../../lexicons/chat/bsky/actor/defs.md#profileviewbasic) | - || - |
| **lastMessage** | union of <br/>[#messageView](#messageview)<br/>[#deletedMessageView](#deletedmessageview) | - || - |
| **muted** | boolean | - || - |
| **opened** | boolean | - || - |
| **unreadCount** | integer | - || - |

## #logBeginConvo
Expand Down

0 comments on commit 86963cb

Please sign in to comment.