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
Claire 92a86b958e
Fix issues with processing toot edits (#17748)
* Fix searching for an already-known status by URL not working

* Fix Update processing from statuses prior to 20220302232632

`ordered_media_attachment_ids_changed?` would return `true` when going from
`nil` to anything (including `[]`).

* Add tests
3 years ago
..
controllers Fix `POST /api/v1/emails/confirmations` not being available after sign-up (#17743) 3 years ago
fabricators
features
fixtures
helpers
lib
mailers
models Change how changes to media attachments are stored for edits (#17696) 3 years ago
policies
presenters Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 3 years ago
requests
routing
serializers/activitypub
services Fix issues with processing toot edits (#17748) 3 years ago
support
validators
views
workers
rails_helper.rb Fix not updating a status when newer version is fetched manually (#17745) 3 years ago
spec_helper.rb