# 帖子中“感谢贡献”弹出窗口在超过限制后仍然出现？

**URL:** <https://meta.discourse.org/t/thanks-for-contributing-popup-in-posts-appearing-even-after-limit-passed/373048>\
**Category:** Bug\
**Created:** [2025年七月5日 23:49 UTC](https://meta.discourse.org/t/thanks-for-contributing-popup-in-posts-appearing-even-after-limit-passed/373048 "2025-07-05T23:49:39Z")\
**Posts on this page:** 1\
**Showing post:** 23

<div class="post-metadata">

**Author:** ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)\
**Post date:** [2026年五月17日 07:43 UTC](https://meta.discourse.org/t/thanks-for-contributing-popup-in-posts-appearing-even-after-limit-passed/373048/23 "2026-05-17T07:43:00Z")

</div>

我认为这个问题已在

> <https://github.com/discourse/discourse/pull/40074>
>
> The “Thanks for contributing to SITENAME” composer education notice could keep s…howing even after it had already been displayed once. This happened because the backend did not persist a one-time marker for that specific notice, and the frontend could reuse stale composer message data during the same page session.
> 
> This change makes the education notice one-time per user by recording when it has been shown and skipping it on future checks. It also fixes composer-side behavior so typing-triggered messages are consumed once instead of being re-shown repeatedly after closing, and avoids reusing cached composer message responses that include the education notice. Together, these updates make the education message behavior consistent and prevent repeated prompts.

中修复。

---

_[View the full topic](https://meta.discourse.org/t/thanks-for-contributing-popup-in-posts-appearing-even-after-limit-passed/373048)._
