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 |
||
|---|---|---|
| .. | ||
| accounts.js | ||
| accounts_counters.js | ||
| alerts.js | ||
| cards.js | ||
| compose.js | ||
| contexts.js | ||
| custom_emojis.js | ||
| domain_lists.js | ||
| dropdown_menu.js | ||
| height_cache.js | ||
| index.js | ||
| 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 | ||
| settings.js | ||
| status_lists.js | ||
| statuses.js | ||
| timelines.js | ||
| trends.js | ||
| user_lists.js | ||