# Have everyone watching the group inbox

**URL:** https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252
**Category:** Support
**Created:** [11월 22, 2016, 10:54오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252 "2016-11-22T10:54:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![rriemann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rriemann/32/115238_2.png) [@rriemann](https://meta.discourse.org/u/rriemann)
#### Post date: [11월 22, 2016, 10:54오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/1 "2016-11-22T10:54:30Z")

</div>

Hello,

I just found out that group inboxes are tracked by default and not watched. I thought messages are treated like personal messages and thus, watched by default.

Is there a setting to change the default notification settings for group inboxes? How can I make everyone watching its groups that already got an account?

Thank you!  
Robert

---

<div class="post-metadata">

### Author: ![rriemann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rriemann/32/115238_2.png) [@rriemann](https://meta.discourse.org/u/rriemann)
#### Post date: [11월 22, 2016, 11:10오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/2 "2016-11-22T11:10:30Z")

</div>

Maybe I have found something:

> <https://github.com/discourse/discourse/blob/aaf947356b48ad487340542a7c62af83fe569fba/spec/services/post_alerter_spec.rb#L430>

So I could try this one in the rails console to correct already the setting for existing users? Of course, I would need to loop over all relevant groups.

```ruby
group = Group.find_by_name(group_name)
GroupUser.where(group_id: group.id).update_all(notification_level: GroupUser.notification_levels[:level])

```

---

<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: [11월 22, 2016, 11:07오후 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/3 "2016-11-22T23:07:33Z")

</div>

There is a per user setting which anyone can change at the top right:

 ![](https://global.discourse-cdn.com/meta/original/3X/e/b/ebc4a46bc6adcd44f88c55e6b3f436476c211c10.png)

ATM there is no way to set a default per group.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [4월 1, 2019, 12:14오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/4 "2019-04-01T00:14:09Z")

</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: [4월 1, 2019, 12:40오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/5 "2019-04-01T00:40:22Z")

</div>

There is still no way to default watch a group.

I raised this here:

> [@Group administration functions should be better surfaced](https://meta.discourse.org/t/group-administration-functions-should-be-better-surfaced/112303):
>
> I am managing a group of users on a small Discourse forum and am hitting some usability issues, that make working with groups awkward. There are a bunch but I would like to address I can not see on the user card what groups the user is a member of: Mark is a member of the “parents” group but I can not see it. The biggest killer problem I have is that I can not force all the members of my group to watch a category Proposal Add a “visible on card” option for groups that forces th…

Current thinking is that we are open to adding an automatic, optional “welcome to the group” type PM so at least you can teach people about this when you add them to the group.

I think allowing mods to set defaults makes sense, but also agree that “welcome to the group” is a better first step.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6월 3, 2022, 7:38오후 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/6 "2022-06-03T19:38:41Z")

</div>



---

<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: [10월 27, 2022, 10:29오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/7 "2022-10-27T10:29:08Z")

</div>

이제 가능하다고 생각합니다. 🥳

새 그룹 페이지에서 그룹 생성 시 이 설정을 할 수 있습니다:

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/f/1/7f16912effa4804c542747d459fa08912624ec09.png)

또는 `/manage/interaction` 탭에서 업데이트하여 과거 데이터에 적용하거나 새 멤버에게만 적용할 수 있습니다:

 ![image](https://global.discourse-cdn.com/meta/original/4X/4/c/a/4ca8123ac0dd30f88c37c8244dd652bca96ce027.png)

---

<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: [11월 26, 2022, 10:29오전 UTC](https://meta.discourse.org/t/have-everyone-watching-the-group-inbox/53252/8 "2022-11-26T10:29:55Z")

</div>

이 주제는 마지막 답변 후 30일이 지나면 자동으로 닫힙니다. 더 이상 새 답변을 남길 수 없습니다.
