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)
8 Gennaio 2019, 5:29pm
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)
6 Febbraio 2025, 12:41am
7
Mi è stato molto d’aiuto!
Ma ho un problema simile. Come impedisco al sistema di silenziare automaticamente un utente a causa di un flag dell’amministratore/moderatore?
Grazie!
C’è un bug relativo all’occultamento/silenzio dei post nel codice di 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(
Comportamento previsto o no?
Lydia2
(Lydia )
10 Marzo 2026, 7:20am
10
Come posso rimuovere il silenzio a questo utente? Non ha un pulsante per rimuovere il silenzio.
Bas
(Bas van Leeuwen)
10 Marzo 2026, 1:04pm
11
Ciao Lydia,
Sembra che non sia così che dovrebbe apparire, non sono sicuro di cosa sia successo
Se questo è un caso isolato, potresti vedere cosa succede se fai clic sul pulsante “silenzia”? Forse questo reimposta semplicemente lo stato su qualcosa di corretto.
Lydia2
(Lydia )
11 Marzo 2026, 8:09am
12
Grazie, ho cliccato il pulsante “silenzia” per silenziare l’utente, e poi è stato mostrato il pulsante “rimuovi silenzio”
Bas
(Bas van Leeuwen)
11 Marzo 2026, 9:39am
13
Operazione fallita con successo
Tuttavia, segnala se ciò accade più spesso, non è uno stato in cui il sistema dovrebbe trovarsi