AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Update max amount of comment blocks to 200

tom.sherman.is 781d6101 e2074b18

verified
+2 -2
+1 -1
lexicons/fyi/frontpage/feed/comment.json
··· 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: {