You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, crossposing just creates a link between a post and a tag the same way as when a post is created. This can cause a couple of issues:
In the solution to i18n proposed in Change subs from strings to integers #1, it would be possible to crosspost something like the "English" post to another tag, completely breaking it.
Anybody can just crosspost a post to an "nsfw" tag, hiding it for most users.
Crossposting something to the wrong tag will likely get it some downvotes from people who just don't want to see it on that specific tag.
In my opinion, the best solution to this problem would be to
Separate crosspost links and tag links
Vote on tags, not posts
Respectively, this would allow people to:
See who a post's intended target audience is
Vote on that posts fitness for that target audience
Currently, crossposing just creates a link between a post and a tag the same way as when a post is created. This can cause a couple of issues:
In my opinion, the best solution to this problem would be to
Respectively, this would allow people to: