# Can't adjust mention settings for automatic "everyone" group

**URL:** https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267
**Category:** Bug
**Created:** [4월 26, 2016, 7:01오후 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267 "2016-04-26T19:01:37Z")
**Posts on this page:** 6
**Page:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [10월 24, 2016, 1:53오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/21 "2016-10-24T01:53:08Z")

</div>

> [@codinghorror](#):
>
> Why was it ever visible and type-able, this makes absolutely zero sense to me.

Because it was initialized here:

```plaintext
  unless group = self.lookup_group(name)
      group = Group.new(name: name.to_s, automatic: true)
      group.id = id
      group.save!
    end

```

and it had no special case for everyone

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [10월 24, 2016, 1:54오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/22 "2016-10-24T01:54:09Z")

</div>

Anyways @elliem reported it actually _notifies_ everyone, is that the case?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [10월 24, 2016, 1:54오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/23 "2016-10-24T01:54:37Z")

</div>

> [@codinghorror](#):
>
> Anyways @elliem reported it actually notifies everyone, is that the case?

It does not … typing [@everyone](https://meta.discourse.org/groups/everyone) does not notify [@everyone](https://meta.discourse.org/groups/everyone) on the site.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [10월 24, 2016, 1:55오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/24 "2016-10-24T01:55:04Z")

</div>

Ok then as long as it can’t be typed that should stop the confusion. Closing this.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [10월 24, 2016, 1:55오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/25 "2016-10-24T01:55:07Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [10월 24, 2016, 2:04오전 UTC](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267/26 "2016-10-24T02:04:38Z")

</div>

The OP here is fixed:

[https://github.com/discourse/discourse/commit/9a94d1b2126a8722089114ff67b82f2d0564f5ce](https://github.com/discourse/discourse/commit/9a94d1b2126a8722089114ff67b82f2d0564f5ce)

everyone is no longer visible anywhere in the UI, it is used internally only.

[@trust\_level\_0](https://meta.discourse.org/groups/trust_level_0) though is a group of all active users on the site, so if you are itching to spam everyone you can aduge the mention settings there.

[이전 페이지](https://meta.discourse.org/t/cant-adjust-mention-settings-for-automatic-everyone-group/43267.md?page=1)
