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/spec
Eugen Rochko 4c76402ba1 Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)
Requires moving Atom rendering from DistributionWorker (where
`stream_entry.status` is already nil) to inline (where
`stream_entry.status.destroyed?` is true) and distributing that.

Unfortunately, such XML renderings can no longer be easily chained
together into one payload of n items.
7 years ago
..
controllers rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 7 years ago
fabricators Pinned statuses (#4675) 7 years ago
features
fixtures
helpers
javascript
lib Fix Delete activity handling when the status has been reblogged (#4729) 7 years ago
mailers
models Pinned statuses (#4675) 7 years ago
policies
presenters
requests
routing
services Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) 7 years ago
support
validators
views
workers
rails_helper.rb
spec_helper.rb