# 当回复转移到另一个主题时，原本评论所回应的内容无法查看

**URL:** https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154
**Category:** Bug
**Created:** [2025年三月27日 14:29 UTC](https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154 "2025-03-27T14:29:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [2025年三月27日 14:29 UTC](https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154/1 "2025-03-27T14:29:11Z")

</div>

#### 示例

#### 复现

您可以在以下位置看到一个示例：

> **[Bitwarden Roadmap](https://community.bitwarden.com/t/bitwarden-roadmap/69396/46?u=rokejulianlockhart)**
>
> Updated May 2025 End user experience and autofill ✅ End user onboarding and UI: browser extension onboarding nudges to guide users on key features of the browser extension upon initial installation End user onboarding and UI:...

它响应于：

> **[Offline Editing (management of writeable vault items)](https://community.bitwarden.com/t/offline-editing-management-of-writeable-vault-items/107/165?u=rokejulianlockhart)**
>
> @Elak, this would probably be better stated on the relevant FR’s post, since not every FR shall be on the roadmap.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2025年三月31日 05:57 UTC](https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154/2 "2025-03-31T05:57:26Z")

</div>

这是一个棘手的情况，没有明确的赢家。

最简单的解决方案是在你移动父帖子时清除以下帖子的 “reply” 信息，但那样会留下一堆令人困惑的零散回复。

这个想法会在原始主题上留下很多令人困惑的回复。

一种复杂的解决方法可能是

1. 从子帖中移除回复信息
2. 在子帖中插入 “引用”，以便它们正确粘贴到新的位置。

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [2025年三月31日 08:22 UTC](https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154/4 "2025-03-31T08:22:32Z")

</div>

@Sam，我期望该评论在点击回复指示器时，即使在单独的线程中，也能像以前一样显示：

 ![图片显示用户在在线社区询问有关 MacOS 上的原生通行密钥支持的问题，帖子下方有各种互动图标。(由 AI 标注)](https://global.discourse-cdn.com/meta/original/4X/a/c/4/ac4948cea36ae6ffc5b53c3df444dd645a015fed.png)

它会像用户期望的那样显示，而无需我们修改另一个评论的内容，也无需删除回复信息。只有在点击时，用户才会注意到它在别处，除非在它周围放置一个指示其外部性的指示器。

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2025年五月12日 02:46 UTC](https://meta.discourse.org/t/the-original-content-that-a-comment-has-responded-to-isnt-viewable-when-the-response-has-been-transferred-to-another-thread/359154/5 "2025-05-12T02:46:50Z")

</div>

我遵循了这一点，但不幸的是，Discourse 的内部机制不支持这一点，这是一个非常复杂的更改。

从技术上讲，帖子存储“回复到帖子编号”，但不存储“回复到帖子 ID”，因此这里的修复必须涉及将“无关主题”的回复转换为某种其他结构或修改帖子表。
