Ghost/ghost/webmentions/test
Fabien "egg" O'Carroll 3a0e0831ec Updated Mention entity validation of properties
Based on a discussion in slack we want to make all metadata properties optional,
with the exception of the title, which will default to the host of the source
URL if it's missing.

This is so that we can accept as many webmentions as possible and convert them
into Mentions. If we were to have strictly validation, we'd end up having to
drop webmentions that didn't match our criteria, and lose important data.

Giving the title a default allows us to provide a consistent UI experience too.
2023-01-19 19:24:07 +07:00
..
.eslintrc.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
hello.test.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
InMemoryMentionRepository.test.js Added initial basic Mentions implementation 2023-01-17 17:01:20 +07:00
Mention.test.js Updated Mention entity validation of properties 2023-01-19 19:24:07 +07:00
MentionsAPI.test.js Wired up the Webmention receive endpoint to the Mentions service 2023-01-19 18:41:49 +07:00