chinwagsocial/app/javascript/mastodon/actions
ThibG 6e8743d17a Fix direct timeline pagination in the WebUI (#10126)
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 conversations (using `since_id`), causing `hasMore` to be incorrectly set to
false whenever fetching new toots in the direct timeline, which happens each time
the direct message column is opened.

(Basically #9516 for direct messages)
2019-02-27 19:13:16 +01:00
..
importer
push_notifications
accounts.js
alerts.js Allow multiple files upload through web UI, including drag & drop (#9856) 2019-02-02 20:22:05 +01:00
blocks.js
bundles.js
columns.js
compose.js Allow multiple files upload through web UI, including drag & drop (#9856) 2019-02-02 20:22:05 +01:00
conversations.js Fix direct timeline pagination in the WebUI (#10126) 2019-02-27 19:13:16 +01:00
custom_emojis.js
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
filters.js
height_cache.js
interactions.js
lists.js
modal.js
mutes.js
notifications.js Add notification quick-filter bar in the frontend app (#9399) 2018-12-16 05:56:41 +01:00
onboarding.js Add new first-time tutorial (#9531) 2018-12-17 11:07:17 +01:00
pin_statuses.js
reports.js
search.js
settings.js
statuses.js
store.js
streaming.js
suggestions.js
timelines.js Fix timeline pagination in the WebUI (#9516) 2018-12-14 01:41:38 +01:00