Skip to content

[Sprint/QuietQuail](fix): Ensure already set NSFW values are taken into account when posting #2161

Ben requested to merge fix/nsfw-toggle-2161 into master

Closes #2161 (closed)

The issue

On production, if you make an NSFW post, then go to another page, like wallet, and go back to the feed, the nsfw selector will still be lit up blue, but if you post, the post does not have the NSFW tags.

Testing

  1. Make an NSFW post
  2. Click wallets, then back to newsfeed, see the selector is still blue but don't click on it (as that behaviour does not cause the bug on prod).
  3. Type something, post - it should be NSFW
  4. Post an image - it should be NSFW
  5. Turn off NSFW selectors
  6. Try and image and text to make sure that they are not set as NSFW.

Merge request reports