You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I'm wondering if this is correct in the payload: "href": "https://viahtml.hypothes.is/proxy/https://github.com/pedroslopez/whatsapp-web.js?via.client.ignoreOtherConfiguration=1&via.client.openSidebar=1&via.external_link_mode=new-tab".
Payload sent (from Chrome console):
{"created": "2022-03-02T11:41:29.812Z","group": "__world__","permissions": {"read": ["group:__world__"],"update": ["acct:[email protected]"],"delete": ["acct:[email protected]"]},"tags": ["foo"],"text": "","updated": "2022-03-02T11:41:29.812Z","user": "acct:[email protected]","user_info": {"display_name": "kael"},"hidden": false,"links": {},"document": {"title": "GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app","link": [{"href": "https://viahtml.hypothes.is/proxy/https://github.com/pedroslopez/whatsapp-web.js?via.client.ignoreOtherConfiguration=1&via.client.openSidebar=1&via.external_link_mode=new-tab"},{"href": "https://github.com/pedroslopez/whatsapp-web.js","rel": "canonical","type": ""},{"href": "https://github.com/pedroslopez/whatsapp-web.js","rel": "canonical","type": ""},{"href": "https://github.com/pedroslopez/whatsapp-web.js/overview_actions/main","rel": "canonical","type": ""},{"href": "https://github.com/pedroslopez/whatsapp-web.js/sponsors_list?block_button=false¤t_repository=whatsapp-web.js","rel": "canonical","type": ""}],"dc": {},"eprints": {},"facebook": {"image": ["https://repository-images.githubusercontent.com/171072967/f0240000-b107-11ea-8c2e-02755c9b1505"],"image:alt": ["A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app - GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsA..."],"site_name": ["GitHub"],"type": ["object"],"title": ["GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app"],"url": ["https://github.com/pedroslopez/whatsapp-web.js"],"description": ["A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app - GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsA..."]},"highwire": {},"prism": {},"twitter": {"image:src": ["https://repository-images.githubusercontent.com/171072967/f0240000-b107-11ea-8c2e-02755c9b1505"],"site": ["@github"],"card": ["summary_large_image"],"title": ["GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app"],"description": ["A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app - GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsA..."]},"favicon": "https://github.githubassets.com/favicons/favicon.svg"},"uri": "https://github.com/pedroslopez/whatsapp-web.js/sponsors_list?block_button=false¤t_repository=whatsapp-web.js","target": []}
This looks like an issue with Via. When visiting the page directly and executing document.querySelectorAll('link[rel=canonical]') in the browser console, only one element is returned with the correct URL. In Via however I saw 4, with different URLs:
Steps to reproduce
Notice also https://github.com/pedroslopez/whatsapp-web.js/overview_actions/main.
Also, I'm wondering if this is correct in the payload:
"href": "https://viahtml.hypothes.is/proxy/https://github.com/pedroslopez/whatsapp-web.js?via.client.ignoreOtherConfiguration=1&via.client.openSidebar=1&via.external_link_mode=new-tab"
.Payload sent (from Chrome console):
I've had noticed the same with that URL https://assistance.free.fr/articles/freewifi_secure-informations-avancees-943 which then turned into https://assistance.free.fr/articles/freewifi_secure-informations-avancees-943?search-text=
Addendum: It's not possible to delete the wrongly linked annotation then, as the URLs don't match and the user is not sent back to the wrong URL.
The text was updated successfully, but these errors were encountered: