]> cat aescling's git repositories - mastodon.git/commit
Fix/14021 behaviour on add or remove toots (#14212)
authorAriel <arielrodrigues@protonmail.com>
Sun, 19 Jul 2020 15:04:02 +0000 (12:04 -0300)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2020 15:04:02 +0000 (17:04 +0200)
commit2ada2ae18af3429f9666fd35c70675dc62a0b99f
treed4bd1f8e13ad9a13a28801ceef14fcbec17dc0e7
parent101485a41fb2ea326496142d9ccb368522cbe0f0
Fix/14021 behaviour on add or remove toots (#14212)

* Add toot send by current user at local state after send a new toot

Related to #14021

* Decrement toot counter at profile when remove a toot

Related to #14021

* Remove semicolon at end of line
app/controllers/api/v1/statuses_controller.rb
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/statuses.js
app/javascript/mastodon/actions/streaming.js
app/javascript/mastodon/features/account_timeline/index.js