Glitch-Shrike/app/javascript/mastodon/actions
ThibG f20c0b8507 Fix timeline pagination in the WebUI (#9516)
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-12-14 01:41:38 +01:00
..
importer
push_notifications
accounts.js Optimize the process of following someone (#9220) 2018-11-08 21:05:42 +01:00
alerts.js
blocks.js
bundles.js
columns.js
compose.js
conversations.js Fix last_status parameter for notifications and conversations (#9407) 2018-12-01 18:36:41 +01:00
custom_emojis.js Fix loading indicator inconsistency (#9252) 2018-11-10 15:04:13 +01:00
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js Fix loading indicator inconsistency (#9252) 2018-11-10 15:04:13 +01:00
filters.js
height_cache.js
interactions.js
lists.js
modal.js
mutes.js
notifications.js Fix last_status parameter for notifications and conversations (#9407) 2018-12-01 18:36:41 +01:00
onboarding.js
pin_statuses.js
reports.js
search.js
settings.js
statuses.js
store.js
streaming.js Allow joining several hashtags in a single column (#8904) 2018-11-05 18:53:25 +01:00
suggestions.js
timelines.js Fix timeline pagination in the WebUI (#9516) 2018-12-14 01:41:38 +01:00