mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 16:31:09 +08:00
FEATURE: Add post edits count to user activity (#13495)
This commit is contained in:
@ -121,6 +121,11 @@ export default Controller.extend(CanCheckEmails, {
|
||||
}
|
||||
},
|
||||
|
||||
@discourseComputed("model.username")
|
||||
postEditsByEditorFilter(username) {
|
||||
return { editor: username };
|
||||
},
|
||||
|
||||
groupAdded(added) {
|
||||
this.model
|
||||
.groupAdded(added)
|
||||
|
Reference in New Issue
Block a user