Skip to content

Commit

Permalink
Add blockDrafts feature to docs/features*.md
Browse files Browse the repository at this point in the history
Change-Id: Iad20ca2b5e7eb06d77f05b6a6a461e006894ea17
  • Loading branch information
avm99963 committed Jan 8, 2022
1 parent 0ec868a commit c2dda66
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/features.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,25 @@ función añade un estilo personalizado que establece una altura máxima para la
imágenes dentro de mensajes del foro, para que no sean más altas que la ventana
actual.

### Bloquear que los borradores de mensaje se guarden en los servidores de Google
> **Opción:** _Bloquea el envío de tus respuestas mientras las escribes a los
servidores de Google en la Consola de la Comunidad._

La Consola de la Comunidad tiene una función que permite a los usuarios guardar
en los servidores de Google borradores regulares del mensaje que están
escribiendo en la caja de respuesta, para que puedan recuperarlo más tarde (por
ejemplo si el ordenador crashea).

En teoría, esta función está controlada por la _flag_ llamada
`enableLoadingDraftMessages`, que está desactivada por defecto. Sin embargo,
aunque la _flag_ esté desactivada, la Consola de la Comunidad continúa guardando
(y eliminando) el borrador del mensaje (véase
[este vídeo](https://drive.avm99963.com/s/AdEBZRDCye15aU3)). Por tanto, lo único
que cambia la _flag_ es si el borrador guardado se intenta recuperar o no.

Esta opción bloquea todas estas peticiones de red para guardar, eliminar y
recuperar borradores para que la función esté efectivamente desactivada.

## Punto indicador
> **Opciones:** _Muestra si el autor del hilo ha participado en otros hilos_,
_Muestra el número de preguntas y respuestas escritas por el autor del hilo
Expand Down
18 changes: 18 additions & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,24 @@ phone, which results in a very tall image being shown in the forum. This
feature adds a custom style to set a maximum height for images inside forum
messages, so they aren't taller than the current viewport.

### Block draft messages from being saved in Google servers
> **Option name:** _Block the sending of your replies as you type to Google
servers in the Community Console._

The Community Console has a feature which lets users save in Google servers
regular drafts of the message they're typing in a reply box, so they can recover
it later on (for instance if their computer crashes).

In theory, this feature is controlled by the flag called
`enableLoadingDraftMessages`, which is disabled by default. However, even if
this flag is disabled, the Community Console keeps saving (and deleting) the
draft message (see [this video](https://drive.avm99963.com/s/AdEBZRDCye15aU3)).
Thus, the only thing that changes the flag is whether the saved draft message is
attempted to be recovered or not.

This option blocks all these requests to save/delete/retrieve draft messages, so
the feature is effectively disabled.

## Indicator dot
> **Option names:** _Show whether the OP has participated in other threads_,
_Show the number of questions and replies written by the OP within the last `n`
Expand Down

0 comments on commit c2dda66

Please sign in to comment.