# このメッセージに返信しても何も起きませんか？

**URL:** https://meta.discourse.org/t/reply-to-this-message-goes-nowhere/399477
**Category:** UX
**Tags:** fixed
**Created:** [2026 年 3 月 27 日午後 11:12 UTC](https://meta.discourse.org/t/reply-to-this-message-goes-nowhere/399477 "2026-03-27T23:12:46Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2026 年 3 月 31 日午後 11:27 UTC](https://meta.discourse.org/t/reply-to-this-message-goes-nowhere/399477/2 "2026-03-31T23:27:59Z")

</div>

見事な指摘です！この問題は、サイト設定 `site_contact_username` および `site_contact_group_name` に関連しています。いずれかが設定されている場合、それらのユーザーまたはグループがこれらのメッセージに含まれます。しかし、設定されていない場合はシステムにフォールバックしますが、誰も監視していなければ行き止まりになってしまいます。

最も簡単な対応は、連絡先が設定されていない場合に、返信に関するその情報を含まないようにすることです。

つまり、連絡先のユーザーまたはグループが設定されている場合は以下のように表示されます：

> 提案された変更を行うには、以下の元の投稿を編集して再送信するか、ご質問があればこのメッセージに返信してください。

一方、設定されていない場合は以下のようになります：

> 提案された変更を行うには、以下の元の投稿を編集して再送信してください。

この対応を行うための PR をこちらで公開しました：

> <https://github.com/discourse/discourse/pull/39022>
>
> When a moderator requests revisions to a queued post, we send the user a message…. In this message we say the user can reply directly if they have questions. This works fine if \`site\_contact\_username\` or \`site\_contact\_group\_name\` are set, but if not the user associated with the message is \`system\` and the reply may not ever be seen. 
> 
> This PR changes the message so that when \`site\_contact\_name\` and \`site\_contact\_group\` are not set, we don't include the text about replying.
> 
> 
> No contact set: 
> \<img width="800" alt="image" src="https://github.com/user-attachments/assets/cc008d1f-08d2-43b6-818b-b7440c0bbcb8" /\>
> 
> Contact set to user1: 
> \<img width="800" alt="image" src="https://github.com/user-attachments/assets/566a0f7f-1694-4cfe-b90e-5277fde61f93" /\>

---

_[View the full topic](https://meta.discourse.org/t/reply-to-this-message-goes-nowhere/399477)._
