mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-08 05:58:27 +08:00
A moderator can create a chat channel under a category they couldn't actually post in. This PR adds a `can_create_channel_in_category` policy backed by`guardian.can_post_in_category?(category)`. |
||
|---|---|---|
| .. | ||
| controllers/chat | ||
| jobs | ||
| models | ||
| queries/chat | ||
| serializers/chat | ||
| services/chat | ||
| validators/chat | ||
| views | ||