主题预览弹窗

我修复了两个问题:FIX: unread dot not clearing for nested topics and never-opened topics - Pull Request #14 - VaperinaDEV/discourse-topic-preview-modal - GitHub

  1. 嵌套视图: readPosts() 被委托给核心的全站嵌套控制器,而不是模态框自身的 postRegistry,因此模态框内每篇帖子的已读状态点从未被清除。
  2. 新主题: 只重置了 unread_postsunreadnew_posts,但驱动新主题点的独立 unseen 标志并未被重置,因此在模态框中阅读完主题后,该点仍会在主题列表中显示。
1 个赞