Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ArtOfCode-
requested changes
Mar 21, 2026
Member
There was a problem hiding this comment.
Two semi-related requests:
- I think it's fine to allow moderators to edit these - gives communities some agency and reduces the admin burden. If we're doing that -
- while we're here anyway, can we add a checkbox for global mods/admins to push the edit to network, which will update matching abilities where the description has not locally diverged? It's fine for that check to just be "body matches previous state" as there's no history for abilities.
Oaphi
commented
Mar 21, 2026
| t.index ["community_id"], name: "index_categories_on_community_id" | ||
| t.index ["default_filter_id"], name: "index_categories_on_default_filter_id" | ||
| t.index ["license_id"], name: "index_categories_on_license_id" | ||
| t.index ["min_view_trust_level"], name: "index_categories_on_min_view_trust_level" |
Member
Author
There was a problem hiding this comment.
Apparently, we forgot to update the schema in the recent updates - adding a comment here to avoid confusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only ability descriptions are editable for now (the user has to at least be a moderator for the button to show up):
ssr-2026-03-21_03.44.41.mp4
Global mods & admins will also be able to push the changes network-wide:
