···12 "properties": {
13 "blocks": {
14 "type": "array",
15- "maxLength": 50,
16 "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.",
17 "items": {
18 "type": "ref",
···12 "properties": {
13 "blocks": {
14 "type": "array",
15+ "maxLength": 200,
16 "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.",
17 "items": {
18 "type": "ref",
+1-1
packages/frontpage-atproto-client/src/lexicons.ts
···780 properties: {
781 blocks: {
782 type: "array",
783- maxLength: 50,
784 description:
785 "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.",
786 items: {
···780 properties: {
781 blocks: {
782 type: "array",
783+ maxLength: 200,
784 description:
785 "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.",
786 items: {