[Frontend] Incoming media that isnt marked as sensitive but is from a cwed post is now sensitve #74

Open
leah wants to merge 3 commits from feature/mark-incoming-cwed-post-media-as-sensitive into main
Owner

This PR will make it so that the user can choose if they want incoming media to be shown as sensitive media if its on a post with a cw. By default this setting is enabled. Same if you are not logged in.

This PR will make it so that the user can choose if they want incoming media to be shown as sensitive media if its on a post with a cw. By default this setting is enabled. Same if you are not logged in.
leah added 2 commits 2025-02-22 12:17:04 +00:00
remove mistake
Some checks failed
Lint / pnpm_install (pull_request) Successful in 2m9s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m22s
Test (frontend) / vitest (22.x) (pull_request) Successful in 2m52s
Lint / typecheck (misskey-js) (pull_request) Successful in 31s
Lint / lint (backend) (pull_request) Successful in 59s
Lint / lint (sw) (pull_request) Successful in 49s
Lint / lint (misskey-js) (pull_request) Successful in 1m32s
Lint / typecheck (backend) (pull_request) Successful in 1m22s
Lint / lint (frontend) (pull_request) Failing after 8m7s
78adbebb18
leah added 1 commit 2025-02-22 12:49:42 +00:00
fix linter issues
All checks were successful
Lint / pnpm_install (pull_request) Successful in 25s
Test (production install and build) / production (22.x) (pull_request) Successful in 58s
Lint / lint (misskey-js) (pull_request) Successful in 32s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m14s
Lint / typecheck (misskey-js) (pull_request) Successful in 33s
Lint / lint (sw) (pull_request) Successful in 1m33s
Lint / lint (backend) (pull_request) Successful in 1m37s
Lint / typecheck (backend) (pull_request) Successful in 1m39s
Lint / lint (frontend) (pull_request) Successful in 7m28s
38fda7790e
All checks were successful
Lint / pnpm_install (pull_request) Successful in 25s
Test (production install and build) / production (22.x) (pull_request) Successful in 58s
Lint / lint (misskey-js) (pull_request) Successful in 32s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m14s
Lint / typecheck (misskey-js) (pull_request) Successful in 33s
Lint / lint (sw) (pull_request) Successful in 1m33s
Lint / lint (backend) (pull_request) Successful in 1m37s
Lint / typecheck (backend) (pull_request) Successful in 1m39s
Lint / lint (frontend) (pull_request) Successful in 7m28s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/mark-incoming-cwed-post-media-as-sensitive:feature/mark-incoming-cwed-post-media-as-sensitive
git checkout feature/mark-incoming-cwed-post-media-as-sensitive

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff feature/mark-incoming-cwed-post-media-as-sensitive
git checkout feature/mark-incoming-cwed-post-media-as-sensitive
git rebase main
git checkout main
git merge --ff-only feature/mark-incoming-cwed-post-media-as-sensitive
git checkout feature/mark-incoming-cwed-post-media-as-sensitive
git rebase main
git checkout main
git merge --no-ff feature/mark-incoming-cwed-post-media-as-sensitive
git checkout main
git merge --squash feature/mark-incoming-cwed-post-media-as-sensitive
git checkout main
git merge --ff-only feature/mark-incoming-cwed-post-media-as-sensitive
git checkout main
git merge feature/mark-incoming-cwed-post-media-as-sensitive
git push origin main
Sign in to join this conversation.
No description provided.