chinwagsocial/app/javascript/mastodon/actions
unarist 1ae5d49a71 Refresh timeline after toot while the timeline is disconnected (#4858)
To reflect status posting immediately, we've inserted the status into timelines directly. However, status insertion changes "latest status", and it means next timeline refresh only fetches statuses since the inserted status. This behavior is very bad for disconnected timeline and mobile views.

After this patch, it refreshes timeline for disconnected timelines, instead of direct insertion.
2017-09-08 21:43:34 +02:00
..
accounts.js
alerts.js
blocks.js
bundles.js
cards.js
columns.js
compose.js Refresh timeline after toot while the timeline is disconnected (#4858) 2017-09-08 21:43:34 +02:00
domain_blocks.js
favourites.js
interactions.js Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
modal.js
mutes.js
notifications.js
onboarding.js
pin_statuses.js Add Pinned toot column (#4817) 2017-09-07 09:58:11 +02:00
push_notifications.js
reports.js
search.js
settings.js
statuses.js feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
store.js
streaming.js Refactoring streaming connections (#4645) 2017-08-21 15:04:34 +02:00
timelines.js