Taher Dameh

Results 1 comments of Taher Dameh

I found the issue coming from the code in `server/posts/callbacks/other.js` ``` function PostsEditRunPostApprovedSyncCallbacks (modifier, post) { if (modifier.$set && Posts.isApproved(modifier.$set) && !Posts.isApproved(post)) { modifier = runCallbacks('posts.approve.sync', modifier, post); } return...