mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
do the same for merge highlight
This commit is contained in:
parent
5fc18770ad
commit
f4fa9cb15b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue