Replace the warning emoji in text style (U+26A0 FE0E) to emoji style (U+26A0 FE0F)

This change makes it possible for terminals to render warning emoji in actual emoji (⚠️), not in text style (⚠).

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-11-21 16:48:22 +09:00
parent f1712cec73
commit e8ae798423
6 changed files with 17 additions and 17 deletions

View File

@ -65,7 +65,7 @@ docker run --rm --publish 1799:8080 --link matrix-postgres --net matrix adminer
You should then be able to browse the adminer database administration GUI at http://localhost:1799/ after entering your DB credentials (found in the `host_vars` or on the server in `{{matrix_synapse_config_dir_path}}/homeserver.yaml` under `database.args`)
⚠️ Be **very careful** with this, there is **no undo** for impromptu DB operations.
⚠️ Be **very careful** with this, there is **no undo** for impromptu DB operations.
## Make Synapse faster