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:
bjoern
2022-05-17 14:48:33 +02:00
committed by GitHub
parent 88b470e8e5
commit eb80fa4eb0
3 changed files with 37 additions and 1 deletions

View File

@@ -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