Handle duplicate chat participant names (#208142)

* Enable duplicate chat participant names
#208103

* Register participants with an ID

* Update participant history in API

* Changes to dupe chat suggest widget, and fix serialize/deserialize

* Tweaks

* Test fixes

* Fix tests

* Test fixes

* Fix integration test
This commit is contained in:
Rob Lourens
2024-03-20 20:44:03 -03:00
committed by GitHub
parent a49fc50d7d
commit 042c0893d9
43 changed files with 645 additions and 298 deletions

View File

@@ -65,6 +65,7 @@
"contributes": {
"chatParticipants": [
{
"id": "api-test.participant",
"name": "participant",
"description": "test",
"isDefault": true,