mastodon/app/javascript
Daigo 3 Dango 9669557be1
Better manage subscriptionCounters (#14608)
Before this change:
- unsubscribe() was not called for a disconnection
- It seems that WebSocketClient calls connected() and reconnected().
  subscriptionCounters were incremented twice for a single reconnection,
  first from connected() and second from reconnected()

This might be a an additional change to
https://github.com/tootsuite/mastodon/pull/14579
to recover subscriptions after a reconnect.
2020-08-24 14:06:45 +02:00
..
fonts Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
images Fix keybase config serializer (#13742) 2020-05-12 15:28:29 +02:00
mastodon Better manage subscriptionCounters (#14608) 2020-08-24 14:06:45 +02:00
packs Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00
styles Add HTML form validation for the registration form (#14560) 2020-08-11 23:09:13 +02:00