mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
3a0e0831ec
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. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
hello.test.js | ||
InMemoryMentionRepository.test.js | ||
Mention.test.js | ||
MentionsAPI.test.js |