projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add StopGifs to description
[akkoma]
/
priv
/
es-mappings
/
activity.json
1
{
2
"mappings": {
3
"properties": {
4
"_timestamp": {
5
"type": "date",
6
"index": true
7
},
8
"instance": {
9
"type": "keyword"
10
},
11
"content": {
12
"type": "text"
13
},
14
"hashtags": {
15
"type": "keyword"
16
},
17
"user": {
18
"type": "text"
19
}
20
}
21
}
22
}
23