ObjectValidator: Rewrite LikeValidator with Ecto.
authorlain <lain@soykaf.club>
Thu, 17 Oct 2019 16:36:52 +0000 (18:36 +0200)
committerlain <lain@soykaf.club>
Thu, 17 Oct 2019 16:36:52 +0000 (18:36 +0200)
commit66452f518faa1f079f02006943b0c2cdc830b47f
tree9caab63611fa4f43f80f4ab6ea02616440b6718b
parent081e8206ab75e336a76b621508b3999170159ec6
ObjectValidator: Rewrite LikeValidator with Ecto.
lib/pleroma/web/activity_pub/object_validator.ex
lib/pleroma/web/activity_pub/object_validators/like_validator.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/object_validators/types/object.ex [new file with mode: 0644]
lib/pleroma/web/common_api/common_api.ex
test/web/activity_pub/activity_validator_test.exs [deleted file]
test/web/activity_pub/object_validator_test.exs [new file with mode: 0644]
test/web/activity_pub/side_effects_test.exs