mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FEATURE: remove user option for edit history public
Users can no longer opt-in for "public" edit history if site owner disables it. This feature adds cost and complexity to post rendering since user options need to be premeptively loaded for every user in the stream. It is also confusing to explain to communities with private edit history.
This commit is contained in:
parent
9893953f62
commit
46b34e3c62
58 changed files with 12 additions and 82 deletions
|
@ -1139,7 +1139,6 @@ pt:
|
|||
default_other_enable_quoting: "Por defeito, ativar resposta por citação para texto destacado."
|
||||
default_other_dynamic_favicon: "Mostrar contagem de tópicos novos / atualizados no ícone do browser."
|
||||
default_other_disable_jump_reply: "Por defeito, não saltar para a mensagem do utilizador após ter respondido."
|
||||
default_other_edit_history_public: "Por defeito, realizar revisões públicas das mensagens."
|
||||
default_other_like_notification_frequency: "Notificar por defeito os utilizadores quando alguém gostar"
|
||||
default_topics_automatic_unpin: "Desafixar automaticamente tópicos quando um utilizador chega ao final, por defeito."
|
||||
default_categories_watching: "Lista de categorias que por defeito são vigiadas."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue