mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add post edits count to user activity (#13495)
This commit is contained in:
@@ -147,6 +147,12 @@
|
||||
"silence_reason": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"post_edits_count": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"primary_group_id": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user