# Укрепление безопасности сообщества в групповых чатах

**URL:** https://meta.discourse.org/t/strengthening-community-safety-in-group-chats/354941
**Category:** Announcements
**Created:** [03.Март.2025 01:20:27 UTC](https://meta.discourse.org/t/strengthening-community-safety-in-group-chats/354941 "2025-03-03T01:20:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hugh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hugh/32/336717_2.png) [@hugh](https://meta.discourse.org/u/hugh)
#### Post date: [03.Март.2025 01:20:27 UTC](https://meta.discourse.org/t/strengthening-community-safety-in-group-chats/354941/1 "2025-03-03T01:20:27Z")

</div>

В Discourse мы стремимся создавать безопасные и здоровые онлайн-сообщества. В поддержку этой цели мы внедряем важное обновление, позволяющее администраторам форумов получать доступ к групповым чатам в своих сообществах и управлять ими.

Это обновление обеспечивает возможность для лидеров сообществ эффективно управлять членством в групповых чатах, обеспечивать соблюдение правил и оперативно реагировать на вопросы безопасности при необходимости. Оно также помогает сообществам соответствовать изменяющемуся законодательству в области онлайн-безопасности, предоставляя администраторам необходимые инструменты для поддержания безопасного и welcoming пространства для всех участников.

Мы считаем, что это изменение позволит администраторам поддерживать стандарты сообщества, продолжая предоставлять пространство для содержательных и продуктивных обсуждений. Как всегда, мы остаемся приверженными созданию функций, которые балансируют между пользовательским опытом, потребностями модерации и благополучием сообщества.

Эта функция станет доступна для всех сайтов Discourse в ближайшие дни. Она была добавлена в следующих двух pull request’ах:

> <https://github.com/discourse/discourse/pull/31366>
>
> \### What is this feature?
> 
> This feature allows admins to remove users from cha…nnels. This is allowed for category channels and group DMs, but not one-on-one DMs, as that wouldn't make any sense. 😉 
> 
> \*\*Screenshot:\*\*
> 
> \<img width="263" alt="Screenshot 2025-02-19 at 10 59 49 AM" src="https://github.com/user-attachments/assets/049aa77d-67ae-42f8-a190-f640e4285118" /\>
> 
> \### Implementation details
> 
> This PR attempts to follow the existing structure as much as possible. The major moving parts are:
> 
> \- A new back-end service for removing users from channels.
> \- A guardian extension checking the ability to do so. This is also propagated to the front-end.
> \- A new method in the front-end chat API.
> \- UI changes.
> \- Tests.
> 
> \### Known limitations
> 
> \- When removing a member from a group DM, the header doesn't update to reflect this. This is a pre-existing issue. (It also doesn't update when adding members.) I have created a task to fix this separately.
> \- The terms \`users\` and \`members\` are mixed throughout the code base. I tried as best I could to follow the terminology of the \_directly adjacent code\_. We could potentially fix this up later.

> <https://github.com/discourse/discourse/pull/31440>
>
> \### What is this change?
> 
> In #31366, we added the ability for admins to remove… people from group chats. However, that only works as long as the admin is already in the group chat.
> 
> For forum-side group messages, admins can join any of them at will. This PR extends that same ability to chat for parity.
