# 群组请求未发送给所有群组所有者

**URL:** <https://meta.discourse.org/t/group-requests-not-sent-to-all-group-owners/190704>\
**Category:** Feature\
**Created:** [2021年五月17日 18:34 UTC](https://meta.discourse.org/t/group-requests-not-sent-to-all-group-owners/190704 "2021-05-17T18:34:31Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Gunnar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gunnar/32/119647_2.png) [@Gunnar](https://meta.discourse.org/u/Gunnar)\
**Post date:** [2021年五月17日 18:34 UTC](https://meta.discourse.org/t/group-requests-not-sent-to-all-group-owners/190704/1 "2021-05-17T18:34:31Z")

</div>

我们有一个包含 7 位所有者的群组。当用户申请加入该群组时，权限管理请求（PM）只会发送给其中 5 位所有者，而从未发送给全部 7 位。此外，具体是哪 5 位似乎也是随机选择的。这给我们的群组管理团队带来了大量困惑，并需要大量人工跟进。

如果我们希望由 7 位（甚至 77 位）人员来管理群组的成员申请，这应当是我们的自主决定。我未能找到相关的设置选项，或许应该添加一个？

谢谢！  
Gunnar

---

<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:** [2021年五月18日 01:42 UTC](https://meta.discourse.org/t/group-requests-not-sent-to-all-group-owners/190704/2 "2021-05-18T01:42:24Z")

</div>

嗯……限制为按最后活跃时间排序的 5 个。

> <https://github.com/discourse/discourse/blob/0ff9c6f7761d7acd0eb924e4d45a3cf4e20a9fec/app/controllers/groups_controller.rb#L495-L498>

我想把这个数字提高到 20 应该没什么大碍。

> <https://github.com/discourse/discourse/pull/13081>
>
> The 5 limit appears to be too low. Limiting to 20 group owners, though high
> seem…s like a fairer limit.
> 
> Also... spec cleanup

不过合并可能需要几周时间。

---

<div class="post-metadata">

**Author:** ![Gunnar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gunnar/32/119647_2.png) [@Gunnar](https://meta.discourse.org/u/Gunnar)\
**Post date:** [2021年五月18日 01:44 UTC](https://meta.discourse.org/t/group-requests-not-sent-to-all-group-owners/190704/3 "2021-05-18T01:44:47Z")

</div>

> [@sam](#):
>
> 将这个数值提高到 20 几乎没什么坏处

谢谢！

Gunnar
