You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
unarist 7706ed038f Fix context building in the reducer (#7671)
This fixes below bugs:

* addReply() had used native compare operator for string ids
  => descendants may appears at wrong position
* CONTEXT_FETCH_SUCCESS had added the focused status as the reply of the *first* status in ancestors, not last status.
  => descendants may also appears wrong position as well as correct position
* TIMELINE_UPDATE had added the status to replies of *itself* instead of replied status
  => browser will hangs if you open the status due to a circular reference
7 years ago
..
chewy
controllers
helpers
javascript Fix context building in the reducer (#7671) 7 years ago
lib
mailers
models Rescue Mastodon::DimensionsValidationError in Remoteable (#7662) 7 years ago
policies
presenters
serializers
services
validators
views
workers