Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
  2. Nov 26, 2019
    • ThibG's avatar
      Fix empty poll options not being filtered on remote poll update (#12484) · 00c219aa
      ThibG authored
      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.
      00c219aa
  3. Nov 25, 2019
  4. Nov 24, 2019
  5. Nov 22, 2019
  6. Nov 21, 2019
  7. Nov 20, 2019
  8. Nov 19, 2019
  9. Nov 18, 2019
  10. Nov 17, 2019
  11. Nov 16, 2019
  12. Nov 15, 2019
Loading