Commit Graph

5 Commits (cea98e0c12759528d4a17f59c0e7616b7d426c8c)

Author SHA1 Message Date
Akihiko Odaki fd87e5a53b Do not filter the status collection after muting and blocking ()
Filtering the status collection wipes out even the profiles of muted and
blocked accounts. However, the behavior is inconsistent with the server-
side behavior.
2017-11-26 01:45:17 +01:00
Eugen Rochko 11436358b4 Fix regression from - deduplicate descendants () 2017-10-07 12:16:39 +02:00
Eugen Rochko ec13cfa4f9 When a streaming API status arrives, sort it into conversations () 2017-10-04 01:01:44 +02:00
Sorin Davidoi cc68d1945b refactor: Rewrite immutablejs import statements using destructuring () 2017-07-11 01:00:14 +02:00
Eugen Rochko 47bf7a8047 Fix - Refactor timelines reducer ()
* Move ancestors/descendants out of timelines reducer

* Refactor timelines reducer

All types of timelines now have a flat structure and use the same
reducer functions and actions

* Reintroduce some missing behaviours

* Fix wrong import in reports

* Fix includes typo

* Fix issue related to "next" pagination in timelines and notifications

* Fix bug with timeline's initial state, expandNotifications
2017-06-11 17:07:35 +02:00