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:
parent
6eea194d52
commit
095d2cea86
2 changed files with 23 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue