You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 00c219aa45 Fix empty poll options not being filtered on remote poll update (#12484)
If a poll contains empty options (which is apparently possible on Pleroma),
it is created without them. However, the poll update code doesn't filter
empty options, and thus:
1. Clear known votes, as it assumes the set of options has changed
2. Errors out because it tries adding empty options, which fails validation

This commit fixes that by filtering them out the same way they are filtered
out at poll creation time.
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 5 years ago
controllers Support min_id-based pagination for bookmarks (#12381) 5 years ago
helpers Fix whitelist federation for subdomains (#12435) 5 years ago
javascript Fix OCR with delete & redraft (#12465) 5 years ago
lib Fix type mismatch (#12324) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
models Simplify SQL query when performing account search amongst followings (#12302) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Add bookmarks (#7107) 5 years ago
serializers Add bookmarks (#7107) 5 years ago
services Fix empty poll options not being filtered on remote poll update (#12484) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 5 years ago
views Fix blur behind closed registration message (#12442) 5 years ago
workers Fix various issues with account migration (#12301) 5 years ago