# How to get notifications on group membership requests?

**URL:** https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509
**Category:** Support
**Created:** [8월 22, 2019, 9:55오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509 "2019-08-22T09:55:43Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![xav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xav/32/153918_2.png) [@xav](https://meta.discourse.org/u/xav)
#### Post date: [8월 22, 2019, 9:55오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/1 "2019-08-22T09:55:43Z")

</div>

Hi,

We have a private category restricted to a group. When a non member tries to read a post in that category, they get offered the option to request membership (as expected)

the group ownes can see the requests to join at /g/[name\_of\_group]/requests, but they do not receive a notification (either on the site or as email)

This makes it tricky to properly manage the requests, as they get stalled there until one of the owner goes there and grants access.

Is there a way to get notifications in a setting I missed?

---

<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: [8월 26, 2019, 7:46오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/2 "2019-08-26T07:46:44Z")

</div>

> [@xav](#):
>
> the group ownes can see the requests to join at /g/[name\_of\_group]/requests, but they do not receive a notification (either on the site or as email)

This sounds like a bug to me… I noticed I was not getting notifications here on plugin author reqs anymore. @vinothkannans can you investigate what is up here?

---

<div class="post-metadata">

### Author: ![xav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xav/32/153918_2.png) [@xav](https://meta.discourse.org/u/xav)
#### Post date: [8월 26, 2019, 8:12오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/4 "2019-08-26T08:12:32Z")

</div>

Thanks Sam,

I’m on [v2.4.0.beta2 +235](https://github.com/discourse/discourse/compare/d01c938e1a8b5f96e16043aa8ec2aeeaee1be910...tests-passed)

@vinothkannans, I’m not yet familiar with your dev workflow, but happy to create an issue with more info if needed

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [8월 26, 2019, 11:36오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/5 "2019-08-26T11:36:29Z")

</div>

I’m unable to reproduce the issue here (also in try.discourse and in my local).

> <https://github.com/discourse/discourse/blob/b60b2a342f8a1f2ea7cfa3475d8efb76a2a600a9/app/controllers/groups_controller.rb#L439-L444>

Note, as per the above code the notification PM will be created only for the 5 group owners who recently online. I think your group has more than 5 owners.

> [@sam](#):
>
> I was not getting notifications here on plugin author reqs anymore.

We have 6 owners.

---

<div class="post-metadata">

### Author: ![xav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xav/32/153918_2.png) [@xav](https://meta.discourse.org/u/xav)
#### Post date: [8월 26, 2019, 12:07오후 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/6 "2019-08-26T12:07:40Z")

</div>

Looking a bit more at my configuration and trying to find something relevant:

I _think_ one of the admin changed the visibility from “Everyone” to “Logged on users”

 ![image](https://global.discourse-cdn.com/meta/original/3X/0/8/081254993d0d291bab43c38b2eff483a1b92d3dd.png)

and now the "Allow users to send membership is checked, but **disabled**

 ![image](https://global.discourse-cdn.com/meta/original/3X/9/1/917c6f4ebead95ff8524a4d175cb1298da0c118f.png)

When I’m looking at another group (visible only to logged in users)

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/5/85ff58238600d40984ca339acc42594508d2a9f8.png)

The “allow users to send membership requests” is disabled and unchecked

Could it be the issue? is this expected that you can’t send membership requests to a group that is visible only to logged in users?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [8월 26, 2019, 9:52오후 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/7 "2019-08-26T21:52:38Z")

</div>

Yes, the visibility level setting of group is affecting the “membership requests” feature. The “logged on users” option for group visibility setting is added [recently](https://github.com/discourse/discourse/commit/b690fc3d98b7ee6171b219923021d969dac16b0a). After that, the membership requests feature should be compatible with “logged on users” option too (not just “public”). I will fix that 🛠

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [9월 3, 2019, 10:03오후 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/8 "2019-09-03T22:03:12Z")

</div>

[https://github.com/discourse/discourse/commit/82c5a1d20fa9215b5a8c1bed83db3444f9c418f6](https://github.com/discourse/discourse/commit/82c5a1d20fa9215b5a8c1bed83db3444f9c418f6)

@xav this should resolve the problem.

---

<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월 4, 2020, 12:49오전 UTC](https://meta.discourse.org/t/how-to-get-notifications-on-group-membership-requests/126509/9 "2020-11-04T00:49:35Z")

</div>


