mirror of
https://github.com/AtHeartEngineer/lemmy.git
synced 2026-01-09 20:27:53 -05:00
* Adding a can_mod field to CommentView, PostView, and CommunityView. - Also removes the moderators from GetPost, as that should no longer be necessary. - Fixes #4365 * Adding can_mod to reply variants. * Addressing PR comments. * Hiding comment.content for non-admins / mods. - Uses the local_user_can_mod function now. - Fixes #5232