Ghost/ghost/webmentions/lib
Ronald Langeveld ba0c99d6fb
Added page resource type to Mentions (#16302)
closes https://github.com/TryGhost/Team/issues/2572

The mentions browse output previously only showed resource info if the
mentioned resource type was a `post`.
Additionally, the `resource_type` column basically defaulted to `post`
regardless whether it was a page or in fact a post.

With this change we now have `resource_type` wired in to correctly
determine if the mentioned url was a page or a post.
2023-02-21 13:02:47 +08:00
..
InMemoryMentionRepository.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.js Added page resource type to Mentions (#16302) 2023-02-21 13:02:47 +08:00
MentionCreatedEvent.js
MentionDiscoveryService.js Upgraded got package from v9.6.0 to v11.8.6 (#16261) 2023-02-20 09:33:11 -06:00
MentionsAPI.js Added page resource type to Mentions (#16302) 2023-02-21 13:02:47 +08:00
MentionSendingService.js Upgraded got package from v9.6.0 to v11.8.6 (#16261) 2023-02-20 09:33:11 -06:00
webmentions.js