I have a private group and a user who is not a member of that group.
That user is able to see that their friend posted in the private group. When the post is clicked on, the user is properly shown that they don't have permission to the group.
If the user doesn't have permission to the group, that group's activity should not be showing up in their activity feed.
It looks like the _checkPermission function only exists at the Controller level, but maybe if it was at the Model level this check would be easier. I'm not a CakePHP guru, so not sure if there's an easy way to instantiate the Controller object on the fly, but that feels pretty "heavy."
Anyone have thoughts on how I can accomplish?
Any Moo folks able to get this on the roadmap and fix it for real so these sorts of things don't erroneously show up in a user's activity feed?
Add comment comment