# 关于隐藏帖子的一些问题

**URL:** <https://meta.discourse.org/t/a-couple-of-questions-about-suppressing-posts/101961>\
**Category:** Support\
**Created:** [2018年十一月13日 18:59 UTC](https://meta.discourse.org/t/a-couple-of-questions-about-suppressing-posts/101961 "2018-11-13T18:59:49Z")\
**Posts on this page:** 1\
**Showing post:** 16

<div class="post-metadata">

**Author:** ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)\
**Post date:** [2018年十一月14日 06:16 UTC](https://meta.discourse.org/t/a-couple-of-questions-about-suppressing-posts/101961/16 "2018-11-14T06:16:58Z")

</div>

> [@sam](#):
>
> How are you going to maintain your list of “these topics are A-OK but banned from digest” ? I guess you can tag them or something.

I went through the plugin tutorial several times, but I’m not sure exactly how it could be done. [This post](https://meta.discourse.org/t/create-custom-db-table-and-fields-from-plugin/36164/2) says that custom fields can be added to topics. If I could get a plugin to add a custom field like `is_suppressed_from_digest = true` to an occasional post, is there a hook somewhere in the digest code that would allow me to filter out any posts from the digest that have that custom field set to `true`? I don’t even need a UI but could set the custom field in the Rails console.

I don’t know Ruby well and I’m relatively new to Discourse, but I might be able to figure it out if pointed in a general direction.

---

_[View the full topic](https://meta.discourse.org/t/a-couple-of-questions-about-suppressing-posts/101961)._
