]> cat aescling's git repositories - mastodon.git/commit
When deleting & redrafting a poll, fill in closest expires_in (#11203)
authorThibG <thib@sitedethib.com>
Mon, 1 Jul 2019 22:36:16 +0000 (00:36 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 1 Jul 2019 22:36:16 +0000 (00:36 +0200)
commitdc88d226e1fdb20499d6e81838b81894b2d0be2d
treeb167fddbcc50172ae7a357b47e2899005175f4bd
parent0d9ffe56fb59e0d1fce91265f44140d874c0bfba
When deleting & redrafting a poll, fill in closest expires_in (#11203)

Use the smallest preset expires_in such that the new poll would
not expire before the old one.

In the typical case of a quick delete & redraft, this results in
using the same poll duration.

Fixes #10567
app/javascript/mastodon/reducers/compose.js