Fix nick hue hashing algorithm in some edge cases

When the nick consisted entirely of non-alphanumeric characters and
included at least one colon-delimited emoji, the hue hashing
reimplementation would produce an incorrect result because
colon-delimited emoji were removed at the wrong point in the hashing
process.
This commit is contained in:
Joscha 2025-02-23 22:34:22 +01:00
parent 6eea194d52
commit 095d2cea86
2 changed files with 23 additions and 7 deletions

View file

@ -18,6 +18,10 @@ Procedure when bumping the version number:
- Updated set of emoji names
### Fixed
- Nick hue hashing algorithm in some edge cases
## v0.6.0 - 2025-02-21
### Added