···1212 "properties": {
1313 "blocks": {
1414 "type": "array",
1515- "maxLength": 50,
1515+ "maxLength": 200,
1616 "description": "The content of the comment. Note, there are additional constraints placed on the total size of the content within the Frontpage AppView that are not possible to express in lexicon. Generally a comment can have a maximum length of 10,000 graphemes, the Frontpage AppView will enforce this limit.",
1717 "items": {
1818 "type": "ref",
+1-1
packages/frontpage-atproto-client/src/lexicons.ts
···780780 properties: {
781781 blocks: {
782782 type: "array",
783783- maxLength: 50,
783783+ maxLength: 200,
784784 description:
785785 "The content of the comment. Note, there are additional constraints placed on the total size of the content within the Frontpage AppView that are not possible to express in lexicon. Generally a comment can have a maximum length of 10,000 graphemes, the Frontpage AppView will enforce this limit.",
786786 items: {