about summary refs log tree commit diff
path: root/app/services
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2018-05-30 00:42:29 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-05-29 17:42:29 +0200
commit7706ed038f1a16d232635d564a28e6f90e53e0fd (patch)
tree7784b8430924432305ec1b4ce6ecda13714809cf /app/services
parent0345cd5a0f434a43ea988a2b50ab6f8597bcf58e (diff)
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
Diffstat (limited to 'app/services')
0 files changed, 0 insertions, 0 deletions