Very grateful that Discourse shoots down spam. No human community can exist with bots littering everything.
However, when a new user innocently copy & pasted her post, it appears that our “sysadmin” silenced her automatically. (Screenshot: 2019-01-08_1837 )
When I check her “Silence” status, she doesn’t appear to be silenced.
Yet this user has received several replies to her post and not responded in a few weeks. How do I unsilence her (if she is silenced)?
dax
(Daniela)
08.Январь.2019 17:29:17
2
You can do it from her admin user profile. Enter her profile and click the Admin button on top right
and then check the Permissions section:
Thank you, @dax . So her profile says “Silenced? No”.
Yet I got this message next to her post:
“@system silenced this account until December 25, 3018. Reason: New user typed too fast”
Which is correct though?
Her profile in admin that says not silenced, or the message above that appears on her post with a memo icon next to her username and says she’s been silenced?
Someone unsilenced that user. So you’re seeing a log of past events.
Epi320
(Howard)
06.Февраль.2025 00:41:51
7
Это очень помогло мне!
Но у меня похожая проблема.
Как отключить автоматическое отключение звука пользователем из-за флага администратора/модератора?
Спасибо!
Существует ли ошибка, связанная со скрытием/отключением уведомлений о сообщениях в коде Discourse?
I18n.t("temporarily_closed_due_to_flags", count: SiteSetting.num_hours_to_close_topic),
)
topic.set_or_create_timer(
TopicTimer.types[:open],
SiteSetting.num_hours_to_close_topic,
by_user: Discourse.system_user,
)
end
def auto_hide_if_needed
return if @post.hidden?
return if !@created_by.staff? && @post.user&.staff?
not_auto_action_flag_type =
!@post_action_type_view.auto_action_flag_types.include?(@post_action_name)
return if not_auto_action_flag_type && !@queue_for_review
if @queue_for_review
if @post.is_first_post?
@post.topic.update_status(
Это ожидаемое поведение или нет?
Lydia2
(Lydia )
10.Март.2026 07:20:00
10
Как мне разбанить этого пользователя? Кнопки разбана нет.
Bas
(Bas van Leeuwen (OOO until May 25))
10.Март.2026 13:04:35
11
Привет, Лидия,
Кажется, это выглядит не так, как должно быть. Не совсем понятно, что произошло
Если это единичный случай, можешь проверить, что будет, если нажать кнопку «Отключить звук»? Возможно, это просто вернёт состояние в норму.
Lydia2
(Lydia )
11.Март.2026 08:09:38
12
Спасибо, я нажал кнопку «Заглушить», чтобы заглушить пользователя, и после этого появилась кнопка «Разглушить».
Bas
(Bas van Leeuwen (OOO until May 25))
11.Март.2026 09:39:57
13
Задача выполнена успешно
Однако, пожалуйста, сообщите, если это будет происходить чаще — система не должна находиться в таком состоянии.