do the same for merge highlight

This commit is contained in:
Hongbo Wu 2022-12-09 15:29:15 +08:00
parent 5fc18770ad
commit f4fa9cb15b

View file

@ -700,7 +700,7 @@ const schema = gql`
shortId: ID!
articleId: ID!
patch: String!
quote: String! @sanitize(maxLength: 2000)
quote: String! @sanitize(maxLength: 6000)
prefix: String @sanitize
suffix: String @sanitize
annotation: String @sanitize(maxLength: 8000)