mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
create same contact-colors when addresses differ in upper-/lowercase (#3327)
* create same contact-colors when addresses differ in upper-/lowercase this leaves group-colors based on group names as is, so, "MY GROUP" creates a different color than "my group", as these names are better synced and also not an ID in this sense, this is probably fine here. (also when looking at the examples from https://xmpp.org/extensions/xep-0392.html#testvectors-fullrange-no-cvd , case-sensistifity for group names seems to be fine) * add a test for upper-/lowercase in group names * update CHANGELOG
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
### Fixes
|
||||
- node: throw error when getting context with an invalid account id
|
||||
- node: throw error when instanciating a wrapper class on `null` (Context, Message, Chat, ChatList and so on)
|
||||
- use same contact-color if email address differ only in upper-/lowercase #3327
|
||||
|
||||
### Removed
|
||||
- node: remove unmaintained coverage scripts
|
||||
|
||||
Reference in New Issue
Block a user