[Sprint/UnderstoodUnicorn](fix) Read NSFW values on poster init. #2311
Summary
Closes #2311 (closed)
NSFW value was not being read on init, this meant that unless checking it, the value is not respected, and thus was not applied to the post.
Steps to test
- Go to newsfeed and set the NSFW selector with a random selection (remember it)
- Switch to the wallet tab where there is no poster.
- Switch back to newsfeed.
- Observe nsfw selector shows blue but do not click it.
- Make a post.
- Post should have tags without you having to open the nsfw selector again
Estimated Regression Scope
These changes should only effect the poster, as the only code in the nsfw selector is an event being output. Only the poster component subscribes to this.