mastodon/app
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
..
controllers Switch to static URIs, new URI format in both protocols for new statuses (#4815) 2017-09-06 19:01:28 +02:00
helpers Fix language filter codes (#4841) 2017-09-08 12:32:22 +02:00
javascript Refresh timeline after toot while the timeline is disconnected (#4858) 2017-09-08 21:43:34 +02:00
lib Handle stream_entry URL correctly in ActivityPub (#4854) 2017-09-08 18:20:03 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Fix #4834 - Adjust Status#local and Status#remote scopes (#4839) 2017-09-07 20:18:34 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Fix #4794 - Fake instant follow in API response when account is believed unlocked (#4799) 2017-09-05 17:48:13 +02:00
serializers Adjust status embeds (#4808) 2017-09-05 12:31:24 +02:00
services Fetch statuses/following/followers numbers from ActivityPub collections (#4840) 2017-09-08 12:00:17 +02:00
validators Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
views Fix language filter codes (#4841) 2017-09-08 12:32:22 +02:00
workers Switch to static URIs, new URI format in both protocols for new statuses (#4815) 2017-09-06 19:01:28 +02:00