We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a014e6 commit 6c5269dCopy full SHA for 6c5269d
1 file changed
src/server/url-generation.ts
@@ -30,7 +30,7 @@ function generatorMailing(metadata: Record<string, unknown>): UrlGenerationResul
30
};
31
}
32
return {
33
- url: `https://lists.boost.org/archives/list/${encodeURIComponent(docIdOrThread)}/`,
+ url: `https://lists.boost.org/archives/list/${docIdOrThread}/`,
34
method: 'generated.mailing',
35
36
0 commit comments