make conversation-id deterministic (#154)
authorfloatingghost <hannah@coffee-and-dreams.uk>
Sat, 6 Aug 2022 20:59:15 +0000 (20:59 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Sat, 6 Aug 2022 20:59:15 +0000 (20:59 +0000)
commit62e179f446ac7bfada965fac47e9613ce60091b4
tree6b94d2bb6ef25fbf0899320c71377f6ccbe5ce79
parent21ec1edbb630a9bc1c0df7d69ef13074ac2b320b
make conversation-id deterministic (#154)

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/154
16 files changed:
lib/pleroma/object.ex
lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex
lib/pleroma/web/activity_pub/object_validators/common_fields.ex
lib/pleroma/web/activity_pub/object_validators/common_fixes.ex
lib/pleroma/web/activity_pub/object_validators/event_validator.ex
lib/pleroma/web/activity_pub/object_validators/question_validator.ex
lib/pleroma/web/activity_pub/utils.ex
lib/pleroma/web/common_api/utils.ex
lib/pleroma/web/mastodon_api/views/status_view.ex
priv/repo/optional_migrations/destructive/remove_null_object_type_records/20220806014830_remove_null_objects.exs [new file with mode: 0644]
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier_test.exs
test/pleroma/web/activity_pub/utils_test.exs
test/pleroma/web/common_api/utils_test.exs
test/pleroma/web/mastodon_api/views/status_view_test.exs