静默链接好像不支持 #锚点链接

你好 :wave:

我们使用了这个新功能,即静默链接,用于 Disable notifications for watched words link

如果我添加一个静默链接,它将无法跳转到正确的位置。
例如:
https://meta.discourse.org/t/-/93648#hello-world-remote-12?silent=true

没有静默链接,它工作正常:
https://meta.discourse.org/t/-/93648#hello-world-remote-12

是否有可能添加一个函数来处理锚点链接?

我不确定这里是 Bug 还是 Feature,但我认为这个功能主要是为了重定向到帖子而不是帖子内的锚点,所以我将其放在 Feature 中。

谢谢 :slight_smile:

1 个赞

我认为查询应始终位于哈希之前。
请参见此处的规范:thinking:

这可以正常工作:https://meta.discourse.org/t/-/93648?silent=true#hello-world-remote-12

4 个赞

谢谢 @Arkshine :slight_smile: 是我的错 :smile: 我不知道为什么我当时认为那是正确的使用方式。非常感谢你的澄清。:heart:

5 个赞

请注意,我的实现中有一个小故障:?hello=1\u0026silent=true(多参数)可能无法正常工作,但我实在想不到需要多参数支持和此功能的合法用例。

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.