mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add readAt field to page properties
This commit is contained in:
parent
5c86ee6748
commit
5d08384db3
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@
|
|||
"language": {
|
||||
"type": "keyword",
|
||||
"normalizer": "lowercase_normalizer"
|
||||
},
|
||||
"readAt": {
|
||||
"type": "date"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue