]> cat aescling's git repositories - mastodon.git/commit
Fix issues with processing toot edits (#17748)
authorClaire <claire.github-309c@sitedethib.com>
Sat, 12 Mar 2022 18:33:10 +0000 (19:33 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Mar 2022 18:33:10 +0000 (19:33 +0100)
commit92a86b958ee7b96dbcbc17237dfcb1af0f15740c
tree544308923622db4c841e699ee2d0c7358de09bf4
parentd3aa9cf7744eede43c5c1b9097eb1f0720185ccd
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
app/services/activitypub/process_status_update_service.rb
spec/services/activitypub/process_status_update_service_spec.rb