chore: webmentions tweak
This commit is contained in:
parent
7cd12f55fe
commit
43bd83f2a5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
|
||||
const filtered =
|
||||
webmentions
|
||||
.filter((entry) => entry['wm-target'].replace(utmPattern, '') === `${BASE_URL}${url}`)
|
||||
.filter((entry) => entry['wm-target'] === `${BASE_URL}${url}`)
|
||||
.filter((entry) => allowedTypes.includes(entry['wm-property'])) || []
|
||||
|
||||
filtered.forEach((m) => {
|
||||
|
|
Reference in a new issue