You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
controllers Switch to static URIs, new URI format in both protocols for new statuses (#4815) 7 years ago
helpers Fix language filter codes (#4841) 7 years ago
javascript Refresh timeline after toot while the timeline is disconnected (#4858) 7 years ago
lib Handle stream_entry URL correctly in ActivityPub (#4854) 7 years ago
mailers
models Fix #4834 - Adjust Status#local and Status#remote scopes (#4839) 7 years ago
policies
presenters
serializers
services Fetch statuses/following/followers numbers from ActivityPub collections (#4840) 7 years ago
validators
views Fix language filter codes (#4841) 7 years ago
workers Switch to static URIs, new URI format in both protocols for new statuses (#4815) 7 years ago