emoji: Remap ':smile' emoji and update the settings UI.

This commit remaps the ':smile' emoji to 😄 and
introduces ':slight_smile' which maps to `🙂`.

Fixes #32712
This commit is contained in:
Ritwik
2025-03-25 23:44:57 +05:30
committed by Tim Abbott
parent 6c9de198b5
commit 9feba0f16f
16 changed files with 59 additions and 67 deletions

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 377 # Last bumped to sending peer_remove on user deactivati
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (322, 0) # bumped 2025-03-26 for updated build_timezone_values.
PROVISION_VERSION = (323, 0) # bumped 2025-04-07 for smile emoji changes.