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

@ -121,6 +121,11 @@ export default Controller.extend(CanCheckEmails, {
}
},
@discourseComputed("model.username")
postEditsByEditorFilter(username) {
return { editor: username };
},
groupAdded(added) {
this.model
.groupAdded(added)