pleroma/test/pleroma/web/activity_pub/object_validators
Hélène 542bb17258 ArticleNotePageValidator: fix replies fixing
Some software, like GoToSocial, expose replies as ActivityPub
Collections, but do not expose any item array directly in the object,
causing validation to fail via the ObjectID validator. Now, Pleroma will
drop that field in this situation too.
2022-11-27 04:54:19 +01:00
..
accept_validation_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
announce_validation_test.exs ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing 2021-06-09 04:23:02 +02:00
article_note_page_validator_test.exs ArticleNotePageValidator: fix replies fixing 2022-11-27 04:54:19 +01:00
attachment_validator_test.exs AttachmentValidator: Use custom ecto type and regex for "mediaType" 2022-11-27 04:21:31 +01:00
block_validation_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
chat_validation_test.exs Convert tests to all use clear_config instead of Pleroma.Config.put 2021-01-26 11:58:43 -06:00
delete_validation_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
emoji_react_handling_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
follow_validation_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
like_validation_test.exs ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing 2021-06-09 04:23:02 +02:00
reject_validation_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
undo_handling_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
update_handling_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00