chinwagsocial/app/javascript/mastodon/reducers
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
2018-05-29 17:42:29 +02:00
..
accounts.js
accounts_counters.js
alerts.js
cards.js
compose.js Fix caret position after selected suggestion and media upload (#7595) 2018-05-23 15:20:15 +02:00
contexts.js Fix context building in the reducer (#7671) 2018-05-29 17:42:29 +02:00
custom_emojis.js
domain_lists.js Fix error when unmuting a domain without listing muted domains first (#7670) 2018-05-29 16:25:05 +02:00
dropdown_menu.js
height_cache.js
index.js Track trending tags (#7638) 2018-05-27 21:45:30 +02:00
list_editor.js
lists.js
media_attachments.js
meta.js
modal.js
mutes.js
notifications.js
push_notifications.js
relationships.js
reports.js
search.js Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 2018-05-29 02:01:24 +02:00
settings.js Change column params on pinned timeline (#7581) 2018-05-22 13:26:06 +02:00
status_lists.js
statuses.js
timelines.js
trends.js Track trending tags (#7638) 2018-05-27 21:45:30 +02:00
user_lists.js