about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/timelines.js
AgeCommit message (Collapse)Author
2018-12-13[Glitch] Fix timeline pagination in the WebUIThibaut Girka
The `hasMore` property of timelines in redux store was set whenever an API request returned only one page of results, *even* if the query only requested newer statuses (using `since_id`), causing `hasMore` to be incorrectly set to false whenever fetching new toots in a timeline, which happens each time an account's timeline or media gallery is visited.
2018-11-09[Glitch] Don't remove originals of boosted toots from timelineThibaut Girka
Port 2b51b4094c18c56fe8252d90db2b62ef69913fac to glitch-soc
2018-05-29[Glitch] Fix gap insertion for timeline disconnectionThibaut Girka
Port 66359ec522e687020ea853652ad36d4476f2720d to glitch-soc
2018-05-29[Glitch] Fix ID duplication in timelinesThibaut Girka
Port 306267dbd275363422f9288c91e634a92511620c to glitch-soc
2018-05-29[Glitch] Fix comparing idThibaut Girka
Port 0ba49eca8b49c6ce0ec04fd546951c95938da4e6 to glitch-soc
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
2018-01-19Do not discard statuses obtained via websocket when API request finishesThibaut Girka
This backports 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab
2018-01-18Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontendDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!