chinwagsocial/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.
2019-11-26 22:46:31 +01:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Support min_id-based pagination for bookmarks (#12381) 2019-11-17 17:09:41 +01:00
helpers Fix whitelist federation for subdomains (#12435) 2019-11-21 11:35:39 +01:00
javascript Fix OCR with delete & redraft (#12465) 2019-11-25 01:42:51 +01:00
lib Fix type mismatch (#12324) 2019-11-07 21:51:48 +02:00
mailers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
models Simplify SQL query when performing account search amongst followings (#12302) 2019-11-21 17:35:04 +01:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
serializers Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
services Fix empty poll options not being filtered on remote poll update (#12484) 2019-11-26 22:46:31 +01:00
validators Fix uncaught domain normalization error in remote follow (#11703) 2019-08-30 02:19:17 +02:00
views Fix blur behind closed registration message (#12442) 2019-11-22 15:56:59 +01:00
workers Fix various issues with account migration (#12301) 2019-11-07 09:05:07 +02:00