Flarum has simple permissions. As part of the simple permissions, editing and deleting posts have been grouped into the same permission. For our community, we don't allow our moderators to be able to edit other people's posts, only delete them and we'd like to continue this. However, this permission makes this problematic.
I'm assuming I can't be the only one that would prefer to be able to control these permissions separately. I'm also assuming that this could be done with an extension. However, I'm still new to Flarum extension development, so I see this as a way off for me and someone out there might be able to beat me to it. Basically, I'm just looking for an extension that would introduce two separate permissions for editing posts and deleting them. This could be accomplished by replacing the current permission with two new ones, modifying the existing one and adding a new one, or keeping the existing one and adding two new permissions and requiring the existing permission along with the new ones.
If someone wants to develop this extension, I'll be a happy user (assuming it works well, of course!). If you do plan on developing an extension that accomplishes what I'm looking for, let me know. If not, at least tell me what you think about the idea and tell me if you'd use this on your own forum.