FEATURE: Add post edits count to user activity (#13495)

This commit is contained in:
Jean
2021-08-02 10:15:53 -04:00
committed by GitHub
parent 7b56325f89
commit e7b8e75583
22 changed files with 210 additions and 10 deletions

View File

@@ -147,6 +147,12 @@
"silence_reason": {
"type": ["string", "null"]
},
"post_edits_count": {
"type": [
"integer",
"null"
]
},
"primary_group_id": {
"type": ["string", "null"]
},