feat/api: add support for twitter bookmark links (#706)
* feat: add support for twitter bookmark links * feat: add tests for bookmark twitter links
This commit is contained in:
@@ -120,6 +120,11 @@ function cleanURL(url) {
|
||||
limitQuery('p')
|
||||
}
|
||||
break;
|
||||
case "twitter":
|
||||
if (url.searchParams.get('post_id')) {
|
||||
limitQuery('post_id')
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (stripQuery) {
|
||||
|
||||
Reference in New Issue
Block a user