# 特定のバッジの通知をミュートするオプション？

**URL:** <https://meta.discourse.org/t/option-to-mute-notifications-for-certain-badges/373990>\
**Category:** Feature\
**Tags:** badges, notifications\
**Created:** [2025 年 7 月 12 日午後 2:48 UTC](https://meta.discourse.org/t/option-to-mute-notifications-for-certain-badges/373990 "2025-07-12T14:48:56Z")\
**Posts on this page:** 1\
**Showing post:** 14

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [2025 年 7 月 19 日午前 10:00 UTC](https://meta.discourse.org/t/option-to-mute-notifications-for-certain-badges/373990/14 "2025-07-19T10:00:39Z")

</div>

> [@JammyDodger](#):
>
> デフォルトのものをオーバーライドするには、プラグインが必要だと思います。

それを書いた途端、データベースのバッジの「system」フラグを変更できるというかすかな記憶が蘇ってきました。実際に試してみて、正しく記憶しているか確認してみますね。🙂

* * *

はい、記憶は正しかったです。Railsコマンドを使用してバッジの「system」フィールドをtrueからfalseに変更すると、UIでデフォルトのバッジを編集できるようになります（もちろん、ご自身の責任において行ってください 🙂）。

> **詳細**
>
> 使用したのは以下のコマンドです。
> 
> `Badge.where(id:6).update(system:false)`
> 
> ただし、Railsコンソールで何かを行う際は、事故が起こりうるので注意してください。⚠

---

_[View the full topic](https://meta.discourse.org/t/option-to-mute-notifications-for-certain-badges/373990)._
