(fix): Mass NSFW XHR trigger when admins view posts
Testing
- Log in as an admin
- Open Dev Tools > Network
- Reload the page (IMPORTANT STEP)
- Visit a channel that has posts (the more, the better)
- Ensure there are NO XHR requests to
/v2/admin/nsfw/<numeric_value>
Issues
- Closes #2231.
0/1
thread resolved
added scoped labels
changed the description
added 4 commits
-
835d6913...e5e50c2b - 2 commits from branch
master
- a6727572 - Merge remote-tracking branch 'origin/master' into hotfix/mass-nsfw-xhr-bug
- cb2efedd - (cs): Lint
-
835d6913...e5e50c2b - 2 commits from branch
- Last updated by Emiliano Balbuena
345 345 } 346 346 347 347 onNSFWSelected(reasons: Array<{ label; value; selected }>) { 348 console.log('yo'); - Owner
changed this line in version 4 of the diff
added scoped label
approved this merge request
mentioned in commit 422d7d5f
merged