fix: be less clever
This commit is contained in:
parent
d42ba7439c
commit
9d372b4490
5 changed files with 22 additions and 70 deletions
|
@ -42,9 +42,7 @@ module.exports = {
|
|||
return visitors(b) - visitors(a)
|
||||
})
|
||||
},
|
||||
tagLookup: (url, tagMap) => {
|
||||
return tagMap[url]
|
||||
},
|
||||
tagLookup: (url, tagMap) => tagMap[url],
|
||||
webmentionsByUrl: (webmentions, url) => {
|
||||
const allowedTypes = ['mention-of', 'in-reply-to', 'like-of', 'repost-of']
|
||||
|
||||
|
|
Reference in a new issue