Should dedupe poll options
Step to reproduce:
- Post a poll with only two identical options from glitch-lily
Expected:
- Get an error saying "too few different choices"
Actual:
- The poll is posted, and whenever someone votes, it is counted towards both choices.
Note: dedupe is implemented in Pleroma-FE, but it really should be implemented in BE. I'm not sure how federation behaves.