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
..
2017-11-18 19:39:02 +01:00
2018-04-18 16:50:19 +02:00
2017-05-20 17:31:47 +02:00
2017-09-30 04:29:56 +02:00
2017-06-10 15:06:50 +02:00
2017-08-29 17:06:19 +02:00